BTXService.DeliverMessage(Guid, IBTMessage, Boolean) 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:
void DeliverMessage(Guid subscriptionId, Microsoft::BizTalk::Agent::Interop::IBTMessage ^ msg, bool % receiveCompleted);
public void DeliverMessage (Guid subscriptionId, Microsoft.BizTalk.Agent.Interop.IBTMessage msg, ref bool receiveCompleted);
member this.DeliverMessage : Guid * Microsoft.BizTalk.Agent.Interop.IBTMessage * bool -> unit
Public Sub DeliverMessage (subscriptionId As Guid, msg As IBTMessage, ByRef receiveCompleted As Boolean)
Parameters
- subscriptionId
- Guid
- msg
- Microsoft.BizTalk.Agent.Interop.IBTMessage
- receiveCompleted
- Boolean