NotificationHub::RegisterNativeAsync Method (String^)
Asynchronously registers the device for native notifications.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- channelUri
-
Type:
System::String^
The channel URI.
Return Value
Type: System.Threading.Tasks::Task<Registration^>^The task that performs the registration.
Devices registered in this way can only receive notifications sent with the Windows Store native format.
Show: