Freigeben über


RegistryManager.GetConfigurationsAsync Methode

Definition

Überlädt

GetConfigurationsAsync(Int32)

Ruft die angegebene Anzahl von Konfigurationen aus jeder IoT Hub-Partition ab. Die Ergebnisse sind nicht sortiert.

GetConfigurationsAsync(Int32, CancellationToken)

Ruft die angegebene Anzahl von Konfigurationen aus jeder IoT Hub-Partition ab. Die Ergebnisse sind nicht sortiert.

GetConfigurationsAsync(Int32)

Ruft die angegebene Anzahl von Konfigurationen aus jeder IoT Hub-Partition ab. Die Ergebnisse sind nicht sortiert.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Configuration>> GetConfigurationsAsync (int maxCount);
abstract member GetConfigurationsAsync : int -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
override this.GetConfigurationsAsync : int -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
Public Overridable Function GetConfigurationsAsync (maxCount As Integer) As Task(Of IEnumerable(Of Configuration))

Parameter

maxCount
Int32

Gibt zurück

Die Liste der Konfigurationen.

Gilt für:

GetConfigurationsAsync(Int32, CancellationToken)

Ruft die angegebene Anzahl von Konfigurationen aus jeder IoT Hub-Partition ab. Die Ergebnisse sind nicht sortiert.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Configuration>> GetConfigurationsAsync (int maxCount, System.Threading.CancellationToken cancellationToken);
abstract member GetConfigurationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
override this.GetConfigurationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Configuration>>
Public Overridable Function GetConfigurationsAsync (maxCount As Integer, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of Configuration))

Parameter

maxCount
Int32
cancellationToken
CancellationToken

Gibt zurück

Die Liste der Konfigurationen.

Gilt für: