Freigeben über


ModuleClient.GetTwinAsync Methode

Definition

Überlädt

GetTwinAsync()

Rufen Sie ein Modulzwillwillungsobjekt für das aktuelle Modul ab.

GetTwinAsync(CancellationToken)

Rufen Sie ein Modulzwillwillungsobjekt für das aktuelle Modul ab.

GetTwinAsync()

Rufen Sie ein Modulzwillwillungsobjekt für das aktuelle Modul ab.

public System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> GetTwinAsync ();
member this.GetTwinAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Function GetTwinAsync () As Task(Of Twin)

Gibt zurück

Das Modulzwillungsobjekt für das aktuelle Modul

Gilt für:

GetTwinAsync(CancellationToken)

Rufen Sie ein Modulzwillwillungsobjekt für das aktuelle Modul ab.

public System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> GetTwinAsync (System.Threading.CancellationToken cancellationToken);
member this.GetTwinAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Function GetTwinAsync (cancellationToken As CancellationToken) As Task(Of Twin)

Parameter

cancellationToken
CancellationToken

Ein Abbruchtoken, um den Vorgang abzubrechen.

Gibt zurück

Das Modulzwillungsobjekt für das aktuelle Modul

Ausnahmen

Wird ausgelöst, wenn der Vorgang abgebrochen wurde.

Gilt für: