IBTPEPInfoLookup.PostToSendPort 方法

定义

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)

参数

sendPortID
Guid
batch
Microsoft.BizTalk.Agent.Interop.IBTMessageBatch
msg
Microsoft.BizTalk.Agent.Interop.IBTMessage
operationName
String
url
String
dlMsgList
IBTMMessageList

适用于