NotificationHubClient.CreateRegistrationAsync<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously creates a registration.
public System.Threading.Tasks.Task<T> CreateRegistrationAsync<T> (T registration) where T : Microsoft.Azure.NotificationHubs.RegistrationDescription;
member this.CreateRegistrationAsync : 'T -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)> (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)
Public Function CreateRegistrationAsync(Of T As RegistrationDescription) (registration As T) As Task(Of T)
Type Parameters
- T
The type of registration.
Parameters
- registration
- T
The registration to create.
Returns
- System.Threading.Tasks.Task<T>
The task that completes the asynchronous operation.
Exceptions
System.ArgumentException
NotificationHubPath in RegistrationDescription is not valid. or RegistrationId should be null or empty