Batch.BatchComplete(Int32, Int16, BTBatchOperationStatus[], Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- hrStatus
- Int32
- nOpCount
- Int16
- pOperationStatus
- BTBatchOperationStatus[]
- vCallbackCookie
- Object