IBTPEPInfoLookup.PostToSendPort 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 PostToSendPort(Guid % sendPortID, Microsoft::BizTalk::Agent::Interop::IBTMessageBatch ^ batch, Microsoft::BizTalk::Agent::Interop::IBTMessage ^ msg, System::String ^ operationName, System::String ^ url, [Runtime::InteropServices::Out] Microsoft::BizTalk::Interop::IBTMMessageList ^ % dlMsgList);
public void PostToSendPort (ref Guid sendPortID, Microsoft.BizTalk.Agent.Interop.IBTMessageBatch batch, Microsoft.BizTalk.Agent.Interop.IBTMessage msg, string operationName, string url, out Microsoft.BizTalk.Interop.IBTMMessageList dlMsgList);
abstract member PostToSendPort : Guid * Microsoft.BizTalk.Agent.Interop.IBTMessageBatch * Microsoft.BizTalk.Agent.Interop.IBTMessage * string * string * IBTMMessageList -> unit
Public Sub PostToSendPort (ByRef sendPortID As Guid, batch As IBTMessageBatch, msg As IBTMessage, operationName As String, url As String, ByRef dlMsgList As IBTMMessageList)
Parameters
- sendPortID
- Guid
- batch
- Microsoft.BizTalk.Agent.Interop.IBTMessageBatch
- msg
- Microsoft.BizTalk.Agent.Interop.IBTMessage
- operationName
- String
- url
- String
- dlMsgList
- IBTMMessageList