IBTBatchCallBack.BatchComplete 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:
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)
Parameters
- status
- Int32
- opCount
- Int16
- operationStatus
- BTBatchOperationStatus[]
- callbackCookie
- Object