NotificationHub.RegisterNativeAsync Method

 

Registers the device for native notifications.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Overload List

Name Description
System_CAPS_pubmethod RegisterNativeAsync(String)

Asynchronously registers the device for native notifications.

System_CAPS_pubmethod RegisterNativeAsync(String, IEnumerable<String>)

Asynchronously registers the device for native notifications.

Remarks

Devices registered in this way can only receive notifications sent with the Microsoft Push Notification Services (MPNS) native format.

See Also

NotificationHub Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top