Freigeben über


INotificationHubClient.CreateWindowsTemplateRegistrationAsync Methode

Definition

Überlädt

CreateWindowsTemplateRegistrationAsync(String, String, CancellationToken)

Erstellt asynchron die Windows-Vorlagenregistrierung.

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>, CancellationToken)

Erstellt asynchron die Windows-Vorlagenregistrierung.

CreateWindowsTemplateRegistrationAsync(String, String)

Erstellt asynchron die Windows-Vorlagenregistrierung.

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>)

Erstellt asynchron die Windows-Vorlagenregistrierung.

CreateWindowsTemplateRegistrationAsync(String, String, CancellationToken)

Erstellt asynchron die Windows-Vorlagenregistrierung.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription> CreateWindowsTemplateRegistrationAsync (string channelUri, string xmlTemplate, System.Threading.CancellationToken cancellationToken);
abstract member CreateWindowsTemplateRegistrationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription>
Public Function CreateWindowsTemplateRegistrationAsync (channelUri As String, xmlTemplate As String, cancellationToken As CancellationToken) As Task(Of WindowsTemplateRegistrationDescription)

Parameter

channelUri
String

Der URI des Channels.

xmlTemplate
String

Die XML-Vorlage.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Der Task, der den asynchronen Vorgang abschließt.

Gilt für:

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>, CancellationToken)

Erstellt asynchron die Windows-Vorlagenregistrierung.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription> CreateWindowsTemplateRegistrationAsync (string channelUri, string xmlTemplate, System.Collections.Generic.IEnumerable<string> tags, System.Threading.CancellationToken cancellationToken);
abstract member CreateWindowsTemplateRegistrationAsync : string * string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription>
Public Function CreateWindowsTemplateRegistrationAsync (channelUri As String, xmlTemplate As String, tags As IEnumerable(Of String), cancellationToken As CancellationToken) As Task(Of WindowsTemplateRegistrationDescription)

Parameter

channelUri
String

Der URI des Channels.

xmlTemplate
String

Die XML-Vorlage.

tags
IEnumerable<String>

Die Tags.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Der Task, der den asynchronen Vorgang abschließt.

Gilt für:

CreateWindowsTemplateRegistrationAsync(String, String)

Erstellt asynchron die Windows-Vorlagenregistrierung.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription> CreateWindowsTemplateRegistrationAsync (string channelUri, string xmlTemplate);
abstract member CreateWindowsTemplateRegistrationAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription>
Public Function CreateWindowsTemplateRegistrationAsync (channelUri As String, xmlTemplate As String) As Task(Of WindowsTemplateRegistrationDescription)

Parameter

channelUri
String

Der URI des Channels.

xmlTemplate
String

Die XML-Vorlage.

Gibt zurück

Der Task, der den asynchronen Vorgang abschließt.

Gilt für:

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>)

Erstellt asynchron die Windows-Vorlagenregistrierung.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription> CreateWindowsTemplateRegistrationAsync (string channelUri, string xmlTemplate, System.Collections.Generic.IEnumerable<string> tags);
abstract member CreateWindowsTemplateRegistrationAsync : string * string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription>
Public Function CreateWindowsTemplateRegistrationAsync (channelUri As String, xmlTemplate As String, tags As IEnumerable(Of String)) As Task(Of WindowsTemplateRegistrationDescription)

Parameter

channelUri
String

Der URI des Channels.

xmlTemplate
String

Die XML-Vorlage.

tags
IEnumerable<String>

Die Tags.

Gibt zurück

Der Task, der den asynchronen Vorgang abschließt.

Gilt für: