你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudQueueClient.GetServicePropertiesAsync Method

Definition

Overloads

GetServicePropertiesAsync(QueueRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get service properties for the Queue service.

GetServicePropertiesAsync(QueueRequestOptions, OperationContext)

Initiates an asynchronous operation to get service properties for the Queue service.

GetServicePropertiesAsync(CancellationToken)

Initiates an asynchronous operation to get service properties for the Queue service.

GetServicePropertiesAsync()

Initiates an asynchronous operation to get service properties for the Queue service.

GetServicePropertiesAsync(QueueRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get service properties for the Queue service.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync(Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync (options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ServiceProperties)

Parameters

options
QueueRequestOptions

A QueueRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task<TResult> object of type ServiceProperties that represents the asynchronous operation.

Attributes

Applies to

GetServicePropertiesAsync(QueueRequestOptions, OperationContext)

Initiates an asynchronous operation to get service properties for the Queue service.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync(Microsoft.Azure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync (requestOptions As QueueRequestOptions, operationContext As OperationContext) As Task(Of ServiceProperties)

Parameters

requestOptions
QueueRequestOptions

A QueueRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Returns

A Task<TResult> object of type ServiceProperties that represents the asynchronous operation.

Attributes

Applies to

GetServicePropertiesAsync(CancellationToken)

Initiates an asynchronous operation to get service properties for the Queue service.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync(System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync (cancellationToken As CancellationToken) As Task(Of ServiceProperties)

Parameters

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task<TResult> object of type ServiceProperties that represents the asynchronous operation.

Attributes

Applies to

GetServicePropertiesAsync()

Initiates an asynchronous operation to get service properties for the Queue service.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync () As Task(Of ServiceProperties)

Returns

A Task<TResult> object of type ServiceProperties that represents the asynchronous operation.

Attributes

Applies to