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);
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);
Parameters
continuationToken
String

The continuation token.

top
Int32

The location of the registration.

Returns

The task that completes the asynchronous operation.