NotificationHubClient.GetRegistrationsByChannelAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetRegistrationsByChannelAsync(String, Int32) |
Obtient de manière asynchrone les inscriptions par canal. |
GetRegistrationsByChannelAsync(String, Int32, CancellationToken) |
Obtient de manière asynchrone les inscriptions par canal. |
GetRegistrationsByChannelAsync(String, String, Int32) |
Obtient de manière asynchrone les inscriptions par canal. |
GetRegistrationsByChannelAsync(String, String, Int32, CancellationToken) |
Obtient de manière asynchrone les inscriptions par canal. |
GetRegistrationsByChannelAsync(String, Int32)
Obtient de manière asynchrone les inscriptions par canal.
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))
Paramètres
- pnsHandle
- String
Handle PNS.
- top
- Int32
Emplacement de l’inscription.
Retours
Tâche qui termine l’opération asynchrone, qui contiendra un jeton de continuation null ou vide lorsqu’aucune donnée supplémentaire n’est disponible dans la requête.
Implémente
S’applique à
GetRegistrationsByChannelAsync(String, Int32, CancellationToken)
Obtient de manière asynchrone les inscriptions par canal.
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))
Paramètres
- pnsHandle
- String
Handle PNS.
- top
- Int32
Emplacement de l’inscription.
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Tâche qui termine l’opération asynchrone, qui contiendra un jeton de continuation null ou vide lorsqu’aucune donnée supplémentaire n’est disponible dans la requête.
Implémente
S’applique à
GetRegistrationsByChannelAsync(String, String, Int32)
Obtient de manière asynchrone les inscriptions par canal.
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))
Paramètres
- pnsHandle
- String
Handle PNS.
- continuationToken
- String
Jeton de liaison.
- top
- Int32
Emplacement de l’inscription.
Retours
Tâche qui termine l’opération asynchrone, qui contiendra un jeton de continuation null ou vide lorsqu’aucune donnée supplémentaire n’est disponible dans la requête.
Implémente
Exceptions
pnsHandle
S’applique à
GetRegistrationsByChannelAsync(String, String, Int32, CancellationToken)
Obtient de manière asynchrone les inscriptions par canal.
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))
Paramètres
- pnsHandle
- String
Handle PNS.
- continuationToken
- String
Jeton de liaison.
- top
- Int32
Emplacement de l’inscription.
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Tâche qui termine l’opération asynchrone, qui contiendra un jeton de continuation null ou vide lorsqu’aucune donnée supplémentaire n’est disponible dans la requête.
Implémente
Exceptions
pnsHandle
S’applique à
Azure SDK for .NET