SendAsyncStep Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- request
- HttpRequestMessage
- callback
- IEventListener
- next
- ISendAsync