ModuleClient.OpenAsync Méthode

Définition

Surcharges

OpenAsync()

Ouvrez explicitement le instance ModuleClient.

OpenAsync(CancellationToken)

Ouvrez explicitement le instance ModuleClient.

OpenAsync()

Ouvrez explicitement le instance ModuleClient.

public System.Threading.Tasks.Task OpenAsync ();
member this.OpenAsync : unit -> System.Threading.Tasks.Task
Public Function OpenAsync () As Task

Retours

S’applique à

OpenAsync(CancellationToken)

Ouvrez explicitement le instance ModuleClient.

public System.Threading.Tasks.Task OpenAsync (System.Threading.CancellationToken cancellationToken);
member this.OpenAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function OpenAsync (cancellationToken As CancellationToken) As Task

Paramètres

cancellationToken
CancellationToken

Retours

S’applique à