NotificationHubClient.CreateRegistrationAsync
Method
Definition
Asynchronously creates a registration.
public System.Threading.Tasks.Task<T> CreateRegistrationAsync<T> (T registration) where T : Microsoft.Azure.NotificationHubs.RegistrationDescription;
Type Parameters
- T
The type of registration.
Parameters
- registration
- T
The registration to create.
Returns
Task<T>
The task that completes the asynchronous operation.
Exceptions
NotificationHubPath in RegistrationDescription is not valid. or RegistrationId should be null or empty