次の方法で共有


NotificationHubClient.GetAllRegistrationsAsync メソッド

定義

オーバーロード

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 または空の継続トークンが含まれます。

実装

適用対象