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)

Syntax

public Task UnregisterAllAsync(
    string channelUri
)
public:
Task^ UnregisterAllAsync(
    String^ channelUri
)
member UnregisterAllAsync : 
        channelUri:string -> Task
Public Function UnregisterAllAsync (
    channelUri As String
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

The task representing the unregister operation.

See Also

NotificationHub Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top