次の方法で共有


CloudQueueClient.BeginListQueuesSegmented メソッド

定義

オーバーロード

BeginListQueuesSegmented(QueueContinuationToken, AsyncCallback, Object)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

BeginListQueuesSegmented(String, QueueContinuationToken, AsyncCallback, Object)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

BeginListQueuesSegmented(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, AsyncCallback, Object)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

BeginListQueuesSegmented(QueueContinuationToken, AsyncCallback, Object)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListQueuesSegmented (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, AsyncCallback callback, object state);
abstract member BeginListQueuesSegmented : Microsoft.Azure.Storage.Queue.QueueContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListQueuesSegmented : Microsoft.Azure.Storage.Queue.QueueContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListQueuesSegmented (currentToken As QueueContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

適用対象

BeginListQueuesSegmented(String, QueueContinuationToken, AsyncCallback, Object)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListQueuesSegmented (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, AsyncCallback callback, object state);
abstract member BeginListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListQueuesSegmented (prefix As String, currentToken As QueueContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

prefix
String

キュー名プレフィックスを含む文字列。

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

適用対象

BeginListQueuesSegmented(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, AsyncCallback, Object)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListQueuesSegmented (string prefix, Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails queueListingDetails, int? maxResults, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
abstract member BeginListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListQueuesSegmented (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

prefix
String

キュー名プレフィックスを含む文字列。

queueListingDetails
QueueListingDetails

一覧に含める項目を記述する QueueListingDetails 列挙体です。

maxResults
Nullable<Int32>

一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null最大 5000 件の結果が返されます。

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

options
QueueRequestOptions

要求の追加オプションを指定する QueueRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

適用対象