Freigeben über


INotificationHubClient.GetRegistrationsByTagAsync Methode

Definition

Überlädt

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)

Ruft die Registrierungen asynchron nach Tag ab.

GetRegistrationsByTagAsync(String, String, Int32, CancellationToken)

Ruft die Registrierungen asynchron nach Tag ab.

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>>
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

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.

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>>
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

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.

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>>
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

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.

Ausnahmen

Wird ausgelöst, wenn das Tagobjekt NULL ist

Gilt für:

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>>
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

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.

Ausnahmen

Wird ausgelöst, wenn das Tagobjekt NULL ist

Gilt für: