NotificationHub::UnregisterAllAsync Method (String^)

 

Asynchronously deletes all registrations for this application or secondary tile.

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

public:
Task^ UnregisterAllAsync(
	String^ channelUri
)

Parameters

channelUri
Type: System::String^

The channel URI.

Return Value

Type: System.Threading.Tasks::Task^

The task representing the unregister operation.

Return to top
Show: