次の方法で共有


BatchRequestModificationInterceptHandler 代理人

定義

パラメーターを変更するために Batch サービスへの要求をインターセプトするメソッドを表します。

public delegate void BatchRequestModificationInterceptHandler(IBatchRequest request);
type BatchRequestModificationInterceptHandler = delegate of IBatchRequest -> unit
Public Delegate Sub BatchRequestModificationInterceptHandler(request As IBatchRequest)

パラメーター

request
IBatchRequest

インターセプトされる要求のパラメーター。

適用対象