NotificationHub.UnregisterAsync Method (Registration)

 

Asynchronously deletes the registration identified by the registration object specified by the registration parameter. Note that the registration object must have a non-null RegistrationId property.

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

Syntax

public Task UnregisterAsync(
    Registration registration
)
public:
Task^ UnregisterAsync(
    Registration^ registration
)
member UnregisterAsync : 
        registration:Registration -> Task
Public Function UnregisterAsync (
    registration As Registration
) 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