NotificationHubClient.GetRegistrationsByChannelAsync 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
GetRegistrationsByChannelAsync(String, Int32) |
Ruft die Registrierungen asynchron nach Kanal ab. |
GetRegistrationsByChannelAsync(String, Int32, CancellationToken) |
Ruft die Registrierungen asynchron nach Kanal ab. |
GetRegistrationsByChannelAsync(String, String, Int32) |
Ruft die Registrierungen asynchron nach Kanal ab. |
GetRegistrationsByChannelAsync(String, String, Int32, CancellationToken) |
Ruft die Registrierungen asynchron nach Kanal ab. |
GetRegistrationsByChannelAsync(String, Int32)
Ruft die Registrierungen asynchron nach Kanal ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByChannelAsync (string pnsHandle, int top);
abstract member GetRegistrationsByChannelAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByChannelAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByChannelAsync (pnsHandle As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- pnsHandle
- String
Das PNS-Handle.
- 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:
GetRegistrationsByChannelAsync(String, Int32, CancellationToken)
Ruft die Registrierungen asynchron nach Kanal ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByChannelAsync (string pnsHandle, int top, System.Threading.CancellationToken cancellationToken);
abstract member GetRegistrationsByChannelAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByChannelAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByChannelAsync (pnsHandle As String, top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- pnsHandle
- String
Das PNS-Handle.
- 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:
GetRegistrationsByChannelAsync(String, String, Int32)
Ruft die Registrierungen asynchron nach Kanal ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByChannelAsync (string pnsHandle, string continuationToken, int top);
abstract member GetRegistrationsByChannelAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByChannelAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByChannelAsync (pnsHandle As String, continuationToken As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- pnsHandle
- String
Das PNS-Handle.
- 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
Ausnahmen
pnsHandle
Gilt für:
GetRegistrationsByChannelAsync(String, String, Int32, CancellationToken)
Ruft die Registrierungen asynchron nach Kanal ab.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetRegistrationsByChannelAsync (string pnsHandle, string continuationToken, int top, System.Threading.CancellationToken cancellationToken);
abstract member GetRegistrationsByChannelAsync : string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetRegistrationsByChannelAsync : string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetRegistrationsByChannelAsync (pnsHandle As String, continuationToken As String, top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameter
- pnsHandle
- String
Das PNS-Handle.
- 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
Ausnahmen
pnsHandle
Gilt für:
Azure SDK for .NET