NotificationHubClient.GetAllRegistrationsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAllRegistrationsAsync(String, Int32, CancellationToken) |
この通知ハブ内のすべての登録を非同期に取得します。 |
GetAllRegistrationsAsync(Int32) |
この通知ハブ内のすべての登録を非同期に取得します。 |
GetAllRegistrationsAsync(Int32, CancellationToken) |
この通知ハブ内のすべての登録を非同期に取得します。 |
GetAllRegistrationsAsync(String, Int32) |
この通知ハブ内のすべての登録を非同期に取得します。 |
GetAllRegistrationsAsync(String, Int32, CancellationToken)
この通知ハブ内のすべての登録を非同期に取得します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync(string continuationToken, int top, System.Threading.CancellationToken cancellationToken);
abstract member GetAllRegistrationsAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (continuationToken As String, top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
パラメーター
- continuationToken
- String
継続トークンです。
- top
- Int32
登録の場所。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を完了するタスク。クエリで使用できる追加のデータがない場合に null または空の継続トークンが含まれます。
実装
適用対象
GetAllRegistrationsAsync(Int32)
この通知ハブ内のすべての登録を非同期に取得します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync(int top);
abstract member GetAllRegistrationsAsync : int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
パラメーター
- top
- Int32
登録の場所。
戻り値
非同期操作を完了するタスク。クエリで使用できる追加のデータがない場合に null または空の継続トークンが含まれます。
実装
適用対象
GetAllRegistrationsAsync(Int32, CancellationToken)
この通知ハブ内のすべての登録を非同期に取得します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync(int top, System.Threading.CancellationToken cancellationToken);
abstract member GetAllRegistrationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (top As Integer, cancellationToken As CancellationToken) As Task(Of CollectionQueryResult(Of RegistrationDescription))
パラメーター
- top
- Int32
登録の場所。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を完了するタスク。クエリで使用できる追加のデータがない場合に null または空の継続トークンが含まれます。
実装
適用対象
GetAllRegistrationsAsync(String, Int32)
この通知ハブ内のすべての登録を非同期に取得します。
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>> GetAllRegistrationsAsync(string continuationToken, int top);
abstract member GetAllRegistrationsAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
override this.GetAllRegistrationsAsync : string * int -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.CollectionQueryResult<Microsoft.Azure.NotificationHubs.RegistrationDescription>>
Public Function GetAllRegistrationsAsync (continuationToken As String, top As Integer) As Task(Of CollectionQueryResult(Of RegistrationDescription))
パラメーター
- continuationToken
- String
継続トークンです。
- top
- Int32
登録の場所。
戻り値
非同期操作を完了するタスク。クエリで使用できる追加のデータがない場合に null または空の継続トークンが含まれます。
実装
適用対象
Azure SDK for .NET