Service.UnwrapMessageFromUserCode(XLANGMessage, Context, XMessage) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- newXMsgWrapper
- XLANGMessage
- ctx
- Context
- oldMsg
- XMessage