WebJobsAuthenticationEventResponseHandler.GetValueAsync Method

Definition

Gets the value asynchronous.

public System.Threading.Tasks.Task<object> GetValueAsync ();
abstract member GetValueAsync : unit -> System.Threading.Tasks.Task<obj>
override this.GetValueAsync : unit -> System.Threading.Tasks.Task<obj>
Public Function GetValueAsync () As Task(Of Object)

Returns


Implements

Microsoft.Azure.WebJobs.Host.Bindings.IValueProvider.GetValueAsync

Applies to