Service.UnwrapMessageFromUserCode(XLANGMessage, Context, XMessage) 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:
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