GetAuthorizationRequestUrlParameterBuilder.ExecuteAsync Método

Definición

Sobrecargas

ExecuteAsync()

public System.Threading.Tasks.Task<Uri> ExecuteAsync();
override this.ExecuteAsync : unit -> System.Threading.Tasks.Task<Uri>
Public Function ExecuteAsync () As Task(Of Uri)

Devoluciones

Se aplica a

ExecuteAsync(CancellationToken)

public System.Threading.Tasks.Task<Uri> ExecuteAsync(System.Threading.CancellationToken cancellationToken);
override this.ExecuteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Uri>
Public Function ExecuteAsync (cancellationToken As CancellationToken) As Task(Of Uri)

Parámetros

cancellationToken
CancellationToken

Devoluciones

Se aplica a