PortBase.ListenForMessageId Method

Definition

Overloads

ListenForMessageId(Subscription[], Segment, Context, Envelope)
ListenForMessageId(Subscription[], Segment, Context, Envelope, CachedObject)

ListenForMessageId(Subscription[], Segment, Context, Envelope)

public:
 static int ListenForMessageId(cli::array <Microsoft::XLANGs::Core::Subscription ^> ^ subscriptions, Microsoft::XLANGs::Core::Segment ^ currentSegment, Microsoft::XLANGs::Core::Context ^ cxt, [Runtime::InteropServices::Out] Microsoft::XLANGs::Core::Envelope ^ % envOut);
public static int ListenForMessageId (Microsoft.XLANGs.Core.Subscription[] subscriptions, Microsoft.XLANGs.Core.Segment currentSegment, Microsoft.XLANGs.Core.Context cxt, out Microsoft.XLANGs.Core.Envelope envOut);
static member ListenForMessageId : Microsoft.XLANGs.Core.Subscription[] * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope -> int
Public Shared Function ListenForMessageId (subscriptions As Subscription(), currentSegment As Segment, cxt As Context, ByRef envOut As Envelope) As Integer

Parameters

subscriptions
Subscription[]
currentSegment
Segment
cxt
Context
envOut
Envelope

Returns

Int32

Applies to

ListenForMessageId(Subscription[], Segment, Context, Envelope, CachedObject)

public:
 static int ListenForMessageId(cli::array <Microsoft::XLANGs::Core::Subscription ^> ^ subscriptions, Microsoft::XLANGs::Core::Segment ^ currentSegment, Microsoft::XLANGs::Core::Context ^ cxt, [Runtime::InteropServices::Out] Microsoft::XLANGs::Core::Envelope ^ % env, Microsoft::XLANGs::Core::CachedObject ^ location);
public static int ListenForMessageId (Microsoft.XLANGs.Core.Subscription[] subscriptions, Microsoft.XLANGs.Core.Segment currentSegment, Microsoft.XLANGs.Core.Context cxt, out Microsoft.XLANGs.Core.Envelope env, Microsoft.XLANGs.Core.CachedObject location);
static member ListenForMessageId : Microsoft.XLANGs.Core.Subscription[] * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope * Microsoft.XLANGs.Core.CachedObject -> int
Public Shared Function ListenForMessageId (subscriptions As Subscription(), currentSegment As Segment, cxt As Context, ByRef env As Envelope, location As CachedObject) As Integer

Parameters

subscriptions
Subscription[]
currentSegment
Segment
cxt
Context
env
Envelope
location
CachedObject

Returns

Int32

Applies to