NotificationHubClient.GetAllRegistrationsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetAllRegistrationsAsync(String, Int32, CancellationToken) |
Ruft alle Registrierungen in diesem Notification Hub asynchron ab. |
GetAllRegistrationsAsync(Int32) |
Ruft alle Registrierungen in diesem Notification Hub asynchron ab. |
GetAllRegistrationsAsync(Int32, CancellationToken) |
Ruft alle Registrierungen in diesem Notification Hub asynchron ab. |
GetAllRegistrationsAsync(String, Int32) |
Ruft alle Registrierungen in diesem Notification Hub asynchron ab. |
GetAllRegistrationsAsync(String, Int32, CancellationToken)
Ruft alle Registrierungen in diesem Notification Hub asynchron ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync (string continuationToken, int top, System.Threading.CancellationToken cancellationToken);
abstract member GetAllRegistrationsAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (continuationToken As String, top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- continuationToken
- String
Das Fortsetzungstoken.
- top
- Int32
Der Speicherort der Registrierung.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Die Aufgabe, die den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn in der Abfrage keine zusätzlichen Daten verfügbar sind.
Implementiert
Gilt für:
GetAllRegistrationsAsync(Int32)
Ruft alle Registrierungen in diesem Notification Hub asynchron ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync (int top);
abstract member GetAllRegistrationsAsync : int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- top
- Int32
Der Speicherort der Registrierung.
Gibt zurück
Die Aufgabe, die den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn in der Abfrage keine zusätzlichen Daten verfügbar sind.
Implementiert
Gilt für:
GetAllRegistrationsAsync(Int32, CancellationToken)
Ruft alle Registrierungen in diesem Notification Hub asynchron ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync (int top, System.Threading.CancellationToken cancellationToken);
abstract member GetAllRegistrationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- top
- Int32
Der Speicherort der Registrierung.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Die Aufgabe, die den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn in der Abfrage keine zusätzlichen Daten verfügbar sind.
Implementiert
Gilt für:
GetAllRegistrationsAsync(String, Int32)
Ruft alle Registrierungen in diesem Notification Hub asynchron ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync (string continuationToken, int top);
abstract member GetAllRegistrationsAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (continuationToken As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- continuationToken
- String
Das Fortsetzungstoken.
- top
- Int32
Der Speicherort der Registrierung.
Gibt zurück
Die Aufgabe, die den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn in der Abfrage keine zusätzlichen Daten verfügbar sind.
Implementiert
Gilt für:
Azure SDK for .NET