BTXMessageState Constructors
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
BTXMessageState(IBTMessage) | |
BTXMessageState(IBTMessage, BTXMessage) |
BTXMessageState(IBTMessage)
public:
BTXMessageState(Microsoft::BizTalk::Agent::Interop::IBTMessage ^ btMessage);
public BTXMessageState (Microsoft.BizTalk.Agent.Interop.IBTMessage btMessage);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState : Microsoft.BizTalk.Agent.Interop.IBTMessage -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState
Public Sub New (btMessage As IBTMessage)
Parameters
- btMessage
- Microsoft.BizTalk.Agent.Interop.IBTMessage
Applies to
BTXMessageState(IBTMessage, BTXMessage)
public:
BTXMessageState(Microsoft::BizTalk::Agent::Interop::IBTMessage ^ btMessage, Microsoft::BizTalk::XLANGs::BTXEngine::BTXMessage ^ owner);
public BTXMessageState (Microsoft.BizTalk.Agent.Interop.IBTMessage btMessage, Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessage owner);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState : Microsoft.BizTalk.Agent.Interop.IBTMessage * Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessage -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState
Public Sub New (btMessage As IBTMessage, owner As BTXMessage)
Parameters
- btMessage
- Microsoft.BizTalk.Agent.Interop.IBTMessage
- owner
- BTXMessage