NotificationHubClient.RegistrationExistsAsync Method

Definition

Asynchronously indicates that the registration already exists.

public System.Threading.Tasks.Task<bool> RegistrationExistsAsync (string registrationId);
Parameters
registrationId
String

The registration ID.

Returns

The task that completes the asynchronous operation.