Compartilhar via


LinkConnectionClient.StopAsync(String, CancellationToken) Método

Definição

Interrompa uma conexão de link. Pode levar alguns minutos de Parar para parar, monitorar a status com LinkConnection_GetDetailedStatus.

public virtual System.Threading.Tasks.Task<Azure.Response> StopAsync (string linkConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member StopAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopAsync (linkConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

linkConnectionName
String

O nome da conexão do link.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a