IBTPEPInfoLookup.PostToSendPort Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- sendPortID
- Guid
- batch
- Microsoft.BizTalk.Agent.Interop.IBTMessageBatch
- msg
- Microsoft.BizTalk.Agent.Interop.IBTMessage
- operationName
- String
- url
- String
- dlMsgList
- IBTMMessageList