IBTPEPInfoLookup.PostToSendPort 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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