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 (in Microsoft.WindowsAzure.Messaging.dll)

public:
Task^ UnregisterAsync(
	Registration^ registration
)

Parameters

registration
Type: Microsoft.WindowsAzure.Messaging::Registration^

The registration.

Return Value

Type: System.Threading.Tasks::Task^

The task representing the unregister operation.

Return to top
Show: