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