NotificationHubClient.GetAllRegistrationsAsync Method
Definition
Overloads
GetAllRegistrationsAsync(Int32) |
Asynchronously retrieves all registrations in this notification hub. |
GetAllRegistrationsAsync(String, Int32) |
Asynchronously retrieves all registrations in this notification hub. |
GetAllRegistrationsAsync(Int32)
Asynchronously retrieves all registrations in this notification hub.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync (int top);
member this.GetAllRegistrationsAsync : int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameters
- top
- Int32
The location of the registration.
Returns
The task that completes the asynchronous operation.
GetAllRegistrationsAsync(String, Int32)
Asynchronously retrieves all registrations in this notification hub.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync (string continuationToken, int top);
member this.GetAllRegistrationsAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (continuationToken As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
Parameters
- continuationToken
- String
The continuation token.
- top
- Int32
The location of the registration.
Returns
The task that completes the asynchronous operation.