你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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