JobRouterAdministrationClient.GetQueuesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetQueuesAsync(RequestContext) |
[Protocol Method] Retrieves existing queues.
|
GetQueuesAsync(CancellationToken) |
Retrieves existing queues. |
GetQueuesAsync(RequestContext)
[Protocol Method] Retrieves existing queues.
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- Please try the simpler Azure.Communication.JobRouter.JobRouterAdministrationClient.GetQueuesAsync(System.Nullable{System.Int32},System.Threading.CancellationToken) convenience overload with strongly typed models first.
public virtual Azure.AsyncPageable<BinaryData> GetQueuesAsync (Azure.RequestContext context);
abstract member GetQueuesAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
override this.GetQueuesAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetQueuesAsync (context As RequestContext) As AsyncPageable(Of BinaryData)
Parameters
- context
- RequestContext
The request context, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The AsyncPageable<T> from the service containing a list of BinaryData objects. Details of the body schema for each item in the collection are in the Remarks section below.
Exceptions
Service returned a non-success status code.
Applies to
GetQueuesAsync(CancellationToken)
Retrieves existing queues.
public virtual Azure.AsyncPageable<Azure.Communication.JobRouter.RouterQueue> GetQueuesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueuesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.JobRouter.RouterQueue>
override this.GetQueuesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.JobRouter.RouterQueue>
Public Overridable Function GetQueuesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RouterQueue)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error. See Message for details returned from the server.
Applies to
Azure SDK for .NET