IBTBatchCallBack.BatchComplete 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- status
- Int32
- opCount
- Int16
- operationStatus
- BTBatchOperationStatus[]
- callbackCookie
- Object