Batch.BatchComplete(Int32, Int16, BTBatchOperationStatus[], Object) 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:
virtual void BatchComplete(int hrStatus, short nOpCount, cli::array <Microsoft::BizTalk::TransportProxy::Interop::BTBatchOperationStatus> ^ pOperationStatus, System::Object ^ vCallbackCookie);
public void BatchComplete (int hrStatus, short nOpCount, Microsoft.BizTalk.TransportProxy.Interop.BTBatchOperationStatus[] pOperationStatus, object vCallbackCookie);
abstract member BatchComplete : int * int16 * Microsoft.BizTalk.TransportProxy.Interop.BTBatchOperationStatus[] * obj -> unit
override this.BatchComplete : int * int16 * Microsoft.BizTalk.TransportProxy.Interop.BTBatchOperationStatus[] * obj -> unit
Public Sub BatchComplete (hrStatus As Integer, nOpCount As Short, pOperationStatus As BTBatchOperationStatus(), vCallbackCookie As Object)
Parameter
- hrStatus
- Int32
- nOpCount
- Int16
- pOperationStatus
- BTBatchOperationStatus[]
- vCallbackCookie
- Object