Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the properties of the blob service.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public virtual Task SetServicePropertiesAsync(
	ServiceProperties properties,
	QueueRequestOptions requestOptions,
	OperationContext operationContext
)
 
public:
virtual Task^ SetServicePropertiesAsync(
	ServiceProperties^ properties,
	QueueRequestOptions^ requestOptions,
	OperationContext^ operationContext
)
 
abstract SetServicePropertiesAsync : 
        properties:ServiceProperties *
        requestOptions:QueueRequestOptions *
        operationContext:OperationContext -> Task
override SetServicePropertiesAsync : 
        properties:ServiceProperties *
        requestOptions:QueueRequestOptions *
        operationContext:OperationContext -> Task
 
Public Overridable Function SetServicePropertiesAsync (
	properties As ServiceProperties,
	requestOptions As QueueRequestOptions,
	operationContext As OperationContext
) As Task
Return to top