BatchRequestBase<TOptions,TResponse>.ServiceRequestFunc Property

Definition

Gets or sets the function which will create a Task calling the Batch service.

public Func<System.Threading.CancellationToken,System.Threading.Tasks.Task<TResponse>> ServiceRequestFunc { get; set; }
member this.ServiceRequestFunc : Func<System.Threading.CancellationToken, System.Threading.Tasks.Task<'Response>> with get, set
Public Property ServiceRequestFunc As Func(Of CancellationToken, Task(Of TResponse))

Property Value

Applies to