PortBase.GetMessageIdForSubscription 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.
Overloads
GetMessageIdForSubscription(Subscription, Segment, Context, Envelope) | |
GetMessageIdForSubscription(Subscription, Segment, Context, Envelope, CachedObject) |
GetMessageIdForSubscription(Subscription, Segment, Context, Envelope)
public:
static bool GetMessageIdForSubscription(Microsoft::XLANGs::Core::Subscription ^ subscription, Microsoft::XLANGs::Core::Segment ^ currentSegment, Microsoft::XLANGs::Core::Context ^ cxt, [Runtime::InteropServices::Out] Microsoft::XLANGs::Core::Envelope ^ % env);
public static bool GetMessageIdForSubscription (Microsoft.XLANGs.Core.Subscription subscription, Microsoft.XLANGs.Core.Segment currentSegment, Microsoft.XLANGs.Core.Context cxt, out Microsoft.XLANGs.Core.Envelope env);
static member GetMessageIdForSubscription : Microsoft.XLANGs.Core.Subscription * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope -> bool
Parameters
- subscription
- Subscription
- currentSegment
- Segment
- cxt
- Context
- env
- Envelope
Returns
Applies to
GetMessageIdForSubscription(Subscription, Segment, Context, Envelope, CachedObject)
public:
static bool GetMessageIdForSubscription(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 static bool GetMessageIdForSubscription (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);
static member GetMessageIdForSubscription : Microsoft.XLANGs.Core.Subscription * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Context * Envelope * Microsoft.XLANGs.Core.CachedObject -> bool
Parameters
- subscription
- Subscription
- currentSegment
- Segment
- cxt
- Context
- env
- Envelope
- location
- CachedObject