NotificationHubClient.CreateWindowsTemplateRegistrationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
戻り値
非同期操作を完了するタスク。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET