Service.CreateMessageWrapperForUserCode 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
CreateMessageWrapperForUserCode(XLANGMessage) | |
CreateMessageWrapperForUserCode(XLANGMessage, Int32) |
CreateMessageWrapperForUserCode(XLANGMessage)
public:
Microsoft::XLANGs::BaseTypes::XLANGMessage ^ CreateMessageWrapperForUserCode(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg);
public Microsoft.XLANGs.BaseTypes.XLANGMessage CreateMessageWrapperForUserCode (Microsoft.XLANGs.BaseTypes.XLANGMessage msg);
member this.CreateMessageWrapperForUserCode : Microsoft.XLANGs.BaseTypes.XLANGMessage -> Microsoft.XLANGs.BaseTypes.XLANGMessage
Public Function CreateMessageWrapperForUserCode (msg As XLANGMessage) As XLANGMessage
Parameters
- msg
- XLANGMessage
Returns
Applies to
CreateMessageWrapperForUserCode(XLANGMessage, Int32)
public:
Microsoft::XLANGs::BaseTypes::XLANGMessage ^ CreateMessageWrapperForUserCode(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, int idx);
public Microsoft.XLANGs.BaseTypes.XLANGMessage CreateMessageWrapperForUserCode (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, int idx);
member this.CreateMessageWrapperForUserCode : Microsoft.XLANGs.BaseTypes.XLANGMessage * int -> Microsoft.XLANGs.BaseTypes.XLANGMessage
Public Function CreateMessageWrapperForUserCode (msg As XLANGMessage, idx As Integer) As XLANGMessage
Parameters
- msg
- XLANGMessage
- idx
- Int32