Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SendAsyncStep Delegate

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime
Assembly:
Az.Aks.private.dll

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

callback
IEventListener
next
ISendAsync

Return Value

Applies to