NotificationHub.UnregisterNativeAsync Method ()

 

Asynchronously unregisters the native registration on the application or secondary tiles. Note that if you have template registrations, they will not be deleted.

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

Syntax

public Task UnregisterNativeAsync()
public:
Task^ UnregisterNativeAsync()
member UnregisterNativeAsync : unit -> Task
Public Function UnregisterNativeAsync As Task

Return Value

Type: System.Threading.Tasks.Task

The task representing the unregister operation.

See Also

NotificationHub Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top