CloudQueueClient.GetServicePropertiesAsync 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
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
Azure SDK for .NET