NotificationHubClient.GetRegistrationsByTagAsync 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
GetRegistrationsByTagAsync(String, String, Int32, CancellationToken) |
Ruft die Registrierungen asynchron nach Tag ab. |
GetRegistrationsByTagAsync(String, String, Int32) |
Ruft die Registrierungen asynchron nach Tag ab. |
GetRegistrationsByTagAsync(String, Int32) |
Ruft die Registrierungen asynchron nach Tag ab. |
GetRegistrationsByTagAsync(String, Int32, CancellationToken) |
Ruft die Registrierungen asynchron nach Tag ab. |
GetRegistrationsByTagAsync(String, String, Int32, CancellationToken)
Ruft die Registrierungen asynchron nach Tag ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByTagAsync (string tag, string continuationToken, int top, System.Threading.CancellationToken cancellationToken);
abstract member GetRegistrationsByTagAsync : string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByTagAsync : string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByTagAsync (tag As String, continuationToken As String, top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- tag
- String
Das Tag.
- continuationToken
- String
Das Fortsetzungstoken.
- top
- Int32
Der Speicherort, an dem die Registrierungen abgerufen werden sollen.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn keine zusätzlichen Daten in der Abfrage verfügbar sind.
Implementiert
Ausnahmen
Wird ausgelöst, wenn das Tagobjekt NULL ist
Gilt für:
GetRegistrationsByTagAsync(String, String, Int32)
Ruft die Registrierungen asynchron nach Tag ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByTagAsync (string tag, string continuationToken, int top);
abstract member GetRegistrationsByTagAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByTagAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByTagAsync (tag As String, continuationToken As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- tag
- String
Das Tag.
- continuationToken
- String
Das Fortsetzungstoken.
- top
- Int32
Der Speicherort, an dem die Registrierungen abgerufen werden sollen.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn keine zusätzlichen Daten in der Abfrage verfügbar sind.
Implementiert
Ausnahmen
Wird ausgelöst, wenn das Tagobjekt NULL ist
Gilt für:
GetRegistrationsByTagAsync(String, Int32)
Ruft die Registrierungen asynchron nach Tag ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByTagAsync (string tag, int top);
abstract member GetRegistrationsByTagAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByTagAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByTagAsync (tag As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- tag
- String
Das Tag.
- top
- Int32
Der Speicherort, an dem die Registrierungen abgerufen werden sollen.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn keine zusätzlichen Daten in der Abfrage verfügbar sind.
Implementiert
Gilt für:
GetRegistrationsByTagAsync(String, Int32, CancellationToken)
Ruft die Registrierungen asynchron nach Tag ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByTagAsync (string tag, int top, System.Threading.CancellationToken cancellationToken);
abstract member GetRegistrationsByTagAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByTagAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByTagAsync (tag As String, top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- tag
- String
Das Tag.
- top
- Int32
Der Speicherort, an dem die Registrierungen abgerufen werden sollen.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt, der ein NULL- oder leeres Fortsetzungstoken enthält, wenn keine zusätzlichen Daten in der Abfrage verfügbar sind.
Implementiert
Gilt für:
Azure SDK for .NET