BatchRequestReplacementInterceptHandler Delegate

Definition

Represents a method that intercepts a request to the Batch service in order to replace the parameters and/or operation context.

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

Parameters

request
IBatchRequest

The parameters of the request being intercepted.

Applies to