NotificationHub.UnregisterTemplateAsync Method (String)

 

Asynchronously unregisters the template with the specified name on the application or secondary tiles. Note that if you have other templates or a native registration, they will not be deleted.

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

Public Function UnregisterTemplateAsync (
	templateName As String
) As Task

Parameters

templateName
Type: System.String

The name of the template.

Return Value

Type: System.Threading.Tasks.Task

The task representing the unregister operation.

Return to top
Show: