Share via


Service.UnwrapMessageFromUserCode(XLANGMessage, Context, XMessage) Method

Definition

public:
 Microsoft::XLANGs::Core::XMessage ^ UnwrapMessageFromUserCode(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ newXMsgWrapper, Microsoft::XLANGs::Core::Context ^ ctx, Microsoft::XLANGs::Core::XMessage ^ oldMsg);
public Microsoft.XLANGs.Core.XMessage UnwrapMessageFromUserCode (Microsoft.XLANGs.BaseTypes.XLANGMessage newXMsgWrapper, Microsoft.XLANGs.Core.Context ctx, Microsoft.XLANGs.Core.XMessage oldMsg);
member this.UnwrapMessageFromUserCode : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Context * Microsoft.XLANGs.Core.XMessage -> Microsoft.XLANGs.Core.XMessage
Public Function UnwrapMessageFromUserCode (newXMsgWrapper As XLANGMessage, ctx As Context, oldMsg As XMessage) As XMessage

Parameters

newXMsgWrapper
XLANGMessage
ctx
Context
oldMsg
XMessage

Returns

Applies to