Push.UnregisterNativeAsync Method ()

 

Unregister any registrations previously registered from this device

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

Syntax

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

Return Value

Type: System.Threading.Tasks.Task

Task that completes when unregister is complete

See Also

Push Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top