Freigeben über


RegistryManager.GetModulesOnDeviceAsync Methode

Definition

Überlädt

GetModulesOnDeviceAsync(String)

Ruft die Modulidentitäten auf dem Gerät ab.

GetModulesOnDeviceAsync(String, CancellationToken)

Ruft die Modulidentitäten auf dem Gerät ab.

GetModulesOnDeviceAsync(String)

Ruft die Modulidentitäten auf dem Gerät ab.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Module>> GetModulesOnDeviceAsync (string deviceId);
abstract member GetModulesOnDeviceAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
override this.GetModulesOnDeviceAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
Public Overridable Function GetModulesOnDeviceAsync (deviceId As String) As Task(Of IEnumerable(Of Module))

Parameter

deviceId
String

Die Geräte-ID.

Gibt zurück

Liste der Module auf dem Gerät.

Gilt für:

GetModulesOnDeviceAsync(String, CancellationToken)

Ruft die Modulidentitäten auf dem Gerät ab.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Module>> GetModulesOnDeviceAsync (string deviceId, System.Threading.CancellationToken cancellationToken);
abstract member GetModulesOnDeviceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
override this.GetModulesOnDeviceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
Public Overridable Function GetModulesOnDeviceAsync (deviceId As String, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of Module))

Parameter

deviceId
String

Die Geräte-ID.

cancellationToken
CancellationToken

Das Token, mit dem der Vorgang abgebrochen werden kann.

Gibt zurück

Liste der Module auf dem Gerät.

Gilt für: