C#C++F#VB
CloudQueueClient.::..SetServicePropertiesAsync Method (ServiceProperties, QueueRequestOptions, OperationContext)(ServiceProperties^, QueueRequestOptions^, OperationContext^)(ServiceProperties, QueueRequestOptions, OperationContext)(ServiceProperties, QueueRequestOptions, OperationContext)
Initiates an asynchronous operation to set service properties for the Queue service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task SetServicePropertiesAsync( ServiceProperties properties, QueueRequestOptions options, OperationContext operationContext )
C++
public: [DoesServiceRequestAttribute] virtual Task^ SetServicePropertiesAsync( ServiceProperties^ properties, QueueRequestOptions^ options, OperationContext^ operationContext )
[<DoesServiceRequestAttribute>] abstract SetServicePropertiesAsync : properties:ServiceProperties * options:QueueRequestOptions * operationContext:OperationContext -> Task [<DoesServiceRequestAttribute>] override SetServicePropertiesAsync : properties:ServiceProperties * options:QueueRequestOptions * operationContext:OperationContext -> Task
<DoesServiceRequestAttribute> Public Overridable Function SetServicePropertiesAsync ( properties As ServiceProperties, options As QueueRequestOptions, operationContext As OperationContext ) As Task
Parameters
- properties
-
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::ServiceProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
A ServiceProperties object.
- options
-
Type:
Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue::QueueRequestOptions^Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue.QueueRequestOptions
A QueueRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.
See Also
SetServicePropertiesAsync Overload
CloudQueueClient Class
Microsoft.WindowsAzure.Storage.Queue Namespace