Share via


NotificationHubClient.CreateAppleNativeRegistrationAsync メソッド

定義

オーバーロード

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

戻り値

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

実装

適用対象