NotificationHubClient.CreateAppleNativeRegistrationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken) |
Apple ネイティブ登録を非同期に作成します。 |
CreateAppleNativeRegistrationAsync(String) |
Apple ネイティブ登録を非同期に作成します。 |
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>) |
Apple ネイティブ登録を非同期に作成します。 |
CreateAppleNativeRegistrationAsync(String, CancellationToken) |
Apple ネイティブ登録を非同期に作成します。 |
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken)
Apple ネイティブ登録を非同期に作成します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Collections.Generic.IEnumerable<string> tags, System.Threading.CancellationToken cancellationToken);
abstract member CreateAppleNativeRegistrationAsync : string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String, tags As IEnumerable(Of String), cancellationToken As CancellationToken) As Task(Of AppleRegistrationDescription)
パラメーター
- deviceToken
- String
デバイス トークン。
- tags
- IEnumerable<String>
タグ。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を完了するタスク。
実装
適用対象
CreateAppleNativeRegistrationAsync(String)
Apple ネイティブ登録を非同期に作成します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken);
abstract member CreateAppleNativeRegistrationAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String) As Task(Of AppleRegistrationDescription)
パラメーター
- deviceToken
- String
デバイス トークン。
戻り値
非同期操作を完了するタスク。
実装
適用対象
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>)
Apple ネイティブ登録を非同期に作成します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Collections.Generic.IEnumerable<string> tags);
abstract member CreateAppleNativeRegistrationAsync : string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String, tags As IEnumerable(Of String)) As Task(Of AppleRegistrationDescription)
パラメーター
- deviceToken
- String
デバイス トークン。
- tags
- IEnumerable<String>
タグ。
戻り値
非同期操作を完了するタスク。
実装
適用対象
CreateAppleNativeRegistrationAsync(String, CancellationToken)
Apple ネイティブ登録を非同期に作成します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Threading.CancellationToken cancellationToken);
abstract member CreateAppleNativeRegistrationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String, cancellationToken As CancellationToken) As Task(Of AppleRegistrationDescription)
パラメーター
- deviceToken
- String
デバイス トークン。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を完了するタスク。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET