Compartilhar via


HubConnection.StartAsync(CancellationToken) Método

Definição

Inicia uma conexão com o servidor.

public System.Threading.Tasks.Task StartAsync (System.Threading.CancellationToken cancellationToken = default);
public virtual System.Threading.Tasks.Task StartAsync (System.Threading.CancellationToken cancellationToken = default);
member this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
abstract member StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StartAsync (Optional cancellationToken As CancellationToken = Nothing) As Task
Public Overridable Function StartAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

cancellationToken
CancellationToken

O token a se monitorar para solicitações de cancelamento. O valor padrão é None.

Retornos

Um Task que representa o início assíncrono.

Aplica-se a