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)

Syntax

public Task UnregisterTemplateAsync(
    string templateName
)
public:
Task^ UnregisterTemplateAsync(
    String^ templateName
)
member UnregisterTemplateAsync : 
        templateName:string -> Task
Public Function UnregisterTemplateAsync (
    templateName 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