Compartir a través de


PortBase.GetMessageId Método

Definición

Sobrecargas

GetMessageId(Subscription, Segment, Context, Envelope)
GetMessageId(Subscription, Segment, Context, Envelope, CachedObject)

GetMessageId(Subscription, Segment, Context, Envelope)

public:
 virtual bool GetMessageId(Microsoft::XLANGs::Core::Subscription ^ subscription, Microsoft::XLANGs::Core::Segment ^ currentSegment, Microsoft::XLANGs::Core::Context ^ cxt, [Runtime::InteropServices::Out] Microsoft::XLANGs::Core::Envelope ^ % env);
public virtual bool GetMessageId (Microsoft.XLANGs.Core.Subscription subscription, Microsoft.XLANGs.Core.Segment currentSegment, Microsoft.XLANGs.Core.Context cxt, out Microsoft.XLANGs.Core.Envelope env);
abstract member GetMessageId : Microsoft.XLANGs.Core.Subscription * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope -> bool
override this.GetMessageId : Microsoft.XLANGs.Core.Subscription * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope -> bool

Parámetros

subscription
Subscription
currentSegment
Segment
cxt
Context
env
Envelope

Devoluciones

Se aplica a

GetMessageId(Subscription, Segment, Context, Envelope, CachedObject)

public:
 virtual bool GetMessageId(Microsoft::XLANGs::Core::Subscription ^ subscription, Microsoft::XLANGs::Core::Segment ^ currentSegment, Microsoft::XLANGs::Core::Context ^ cxt, [Runtime::InteropServices::Out] Microsoft::XLANGs::Core::Envelope ^ % env, Microsoft::XLANGs::Core::CachedObject ^ location);
public virtual bool GetMessageId (Microsoft.XLANGs.Core.Subscription subscription, Microsoft.XLANGs.Core.Segment currentSegment, Microsoft.XLANGs.Core.Context cxt, out Microsoft.XLANGs.Core.Envelope env, Microsoft.XLANGs.Core.CachedObject location);
abstract member GetMessageId : Microsoft.XLANGs.Core.Subscription * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope * Microsoft.XLANGs.Core.CachedObject -> bool
override this.GetMessageId : Microsoft.XLANGs.Core.Subscription * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope * Microsoft.XLANGs.Core.CachedObject -> bool

Parámetros

subscription
Subscription
currentSegment
Segment
cxt
Context
env
Envelope
location
CachedObject

Devoluciones

Se aplica a