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