CloudQueueClient.ListQueuesSegmentedAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken) |
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas. |
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext) |
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas. |
ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken) |
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas. |
ListQueuesSegmentedAsync(QueueContinuationToken) |
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas. |
ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken) |
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas. |
ListQueuesSegmentedAsync(String, QueueContinuationToken) |
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas. |
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (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, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)
Parâmetros
- prefix
- String
Uma cadeia de caracteres que contém o prefixo de nome da fila.
- queueListingDetails
- QueueListingDetails
Uma enumeração de QueueListingDetails que descreve os itens a serem incluídos na lista.
Um valor inteiro não negativo que indica o número máximo de resultados a serem retornados por vez, até o limite de 5000 por operação. Se esse valor for nulo, o número máximo possível de resultados será retornado, até 5000.
- currentToken
- QueueContinuationToken
Um QueueContinuationToken retornado por uma operação de listagem anterior.
- options
- QueueRequestOptions
Um objeto QueueRequestOptions que especifica opções adicionais para a solicitação.
- operationContext
- OperationContext
Um objeto OperationContext que representa o contexto da operação atual.
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Um objeto Task<TResult> do tipo QueueResultSegment que representa a operação assíncrona.
- Atributos
Aplica-se a
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (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);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext) As Task(Of QueueResultSegment)
Parâmetros
- prefix
- String
Uma cadeia de caracteres que contém o prefixo de nome da fila.
- queueListingDetails
- QueueListingDetails
Uma enumeração de QueueListingDetails que descreve os itens a serem incluídos na lista.
Um valor inteiro não negativo que indica o número máximo de resultados a serem retornados por vez, até o limite de 5000 por operação. Se esse valor for null
, o número máximo possível de resultados será retornado, até 5000.
- currentToken
- QueueContinuationToken
Um QueueContinuationToken retornado por uma operação de listagem anterior.
- options
- QueueRequestOptions
Um objeto QueueRequestOptions que especifica opções adicionais para a solicitação.
- operationContext
- OperationContext
Um objeto OperationContext que representa o contexto da operação atual.
Retornos
Um objeto Task<TResult> do tipo QueueResultSegment que representa a operação assíncrona.
- Atributos
Aplica-se a
ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken)
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, currentToken As QueueContinuationToken, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)
Parâmetros
- prefix
- String
Uma cadeia de caracteres que contém o prefixo de nome da fila.
- currentToken
- QueueContinuationToken
Um QueueContinuationToken retornado por uma operação de listagem anterior.
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Um objeto Task<TResult> do tipo QueueResultSegment que representa a operação assíncrona.
- Atributos
Aplica-se a
ListQueuesSegmentedAsync(QueueContinuationToken)
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (currentToken As QueueContinuationToken) As Task(Of QueueResultSegment)
Parâmetros
- currentToken
- QueueContinuationToken
Um QueueContinuationToken retornado por uma operação de listagem anterior.
Retornos
Um objeto Task<TResult> do tipo QueueResultSegment que representa a operação assíncrona.
- Atributos
Aplica-se a
ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken)
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (currentToken As QueueContinuationToken, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)
Parâmetros
- currentToken
- QueueContinuationToken
Um QueueContinuationToken retornado por uma operação de listagem anterior.
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Um objeto Task<TResult> do tipo QueueResultSegment que representa a operação assíncrona.
- Atributos
Aplica-se a
ListQueuesSegmentedAsync(String, QueueContinuationToken)
Inicia uma operação assíncrona para retornar um segmento de resultado que contém uma coleção de filas.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, currentToken As QueueContinuationToken) As Task(Of QueueResultSegment)
Parâmetros
- prefix
- String
Uma cadeia de caracteres que contém o prefixo de nome da fila.
- currentToken
- QueueContinuationToken
Um QueueContinuationToken retornado por uma operação de listagem anterior.
Retornos
Um objeto Task<TResult> do tipo QueueResultSegment que representa a operação assíncrona.
- Atributos
Aplica-se a
Azure SDK for .NET