Subscription.Receive(Segment, Context, Envelope, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool Receive(Microsoft::XLANGs::Core::Segment ^ s, Microsoft::XLANGs::Core::Context ^ ctx, [Runtime::InteropServices::Out] Microsoft::XLANGs::Core::Envelope ^ % env, bool topOnly);
public virtual bool Receive (Microsoft.XLANGs.Core.Segment s, Microsoft.XLANGs.Core.Context ctx, out Microsoft.XLANGs.Core.Envelope env, bool topOnly);
abstract member Receive : Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope * bool -> bool
override this.Receive : Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope * bool -> bool
Public Overridable Function Receive (s As Segment, ctx As Context, ByRef env As Envelope, topOnly As Boolean) As Boolean
Parameters
- s
- Segment
- ctx
- Context
- env
- Envelope
- topOnly
- Boolean