Compartilhar via


BatchRequestBase<TOptions,TResponse>.ServiceRequestFunc Propriedade

Definição

Obtém ou define a função que criará uma Task chamada ao serviço lote.

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))

Valor da propriedade

Aplica-se a