Freigeben über


INotificationHubClient.GetRegistrationsByChannelAsync Methode

Definition

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

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.

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

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.

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

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.

Ausnahmen

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

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.

Ausnahmen

Gilt für: