NotificationHubClient.CreateWindowsTemplateRegistrationAsync メソッド

定義

オーバーロード

CreateWindowsTemplateRegistrationAsync(String, String)

Windows テンプレートの登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>)

Windows テンプレートの登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String, CancellationToken)

Windows テンプレートの登録を非同期的に作成します。

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

Windows テンプレートの登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String)

Windows テンプレートの登録を非同期的に作成します。

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>
override this.CreateWindowsTemplateRegistrationAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription>
Public Function CreateWindowsTemplateRegistrationAsync (channelUri As String, xmlTemplate As String) As Task(Of WindowsTemplateRegistrationDescription)

パラメーター

channelUri
String

チャネル URI。

xmlTemplate
String

XML テンプレート。

戻り値

非同期操作を完了するタスク。

実装

適用対象

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>)

Windows テンプレートの登録を非同期的に作成します。

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>
override this.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)

パラメーター

channelUri
String

チャネル URI。

xmlTemplate
String

XML テンプレート。

tags
IEnumerable<String>

タグ。

戻り値

非同期操作を完了するタスク。

実装

適用対象

CreateWindowsTemplateRegistrationAsync(String, String, CancellationToken)

Windows テンプレートの登録を非同期的に作成します。

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>
override this.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)

パラメーター

channelUri
String

チャネル URI。

xmlTemplate
String

XML テンプレート。

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

非同期操作を完了するタスク。

実装

適用対象

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

Windows テンプレートの登録を非同期的に作成します。

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>
override this.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)

パラメーター

channelUri
String

チャネル URI。

xmlTemplate
String

XML テンプレート。

tags
IEnumerable<String>

タグ。

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

非同期操作を完了するタスク。

実装

適用対象