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

SendAsyncStep Delegate

Definition

public delegate System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsyncStep(HttpRequestMessage request, IEventListener callback, ISendAsync next);
type SendAsyncStep = delegate of HttpRequestMessage * IEventListener * ISendAsync -> Task<HttpResponseMessage>
Public Delegate Function SendAsyncStep(request As HttpRequestMessage, callback As IEventListener, next As ISendAsync) As Task(Of HttpResponseMessage) 

Parameters

callback
IEventListener
next
ISendAsync

Return Value

Applies to