INotificationHubClient.CreateWindowsTemplateRegistrationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET