IBTBatchCallBack.BatchComplete Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
void BatchComplete(int status, short opCount, cli::array <Microsoft::BizTalk::TransportProxy::Interop::BTBatchOperationStatus> ^ operationStatus, System::Object ^ callbackCookie);
public void BatchComplete (int status, short opCount, Microsoft.BizTalk.TransportProxy.Interop.BTBatchOperationStatus[] operationStatus, object callbackCookie);
abstract member BatchComplete : int * int16 * Microsoft.BizTalk.TransportProxy.Interop.BTBatchOperationStatus[] * obj -> unit
Public Sub BatchComplete (status As Integer, opCount As Short, operationStatus As BTBatchOperationStatus(), callbackCookie As Object)
Parameter
- status
- Int32
- opCount
- Int16
- operationStatus
- BTBatchOperationStatus[]
- callbackCookie
- Object