Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.SetServicePropertiesAsync Method (ServiceProperties, TableRequestOptions, OperationContext, CancellationToken) (Microsoft.WindowsAzure.Storage.Table)

Initiates an asynchronous operation to set the service properties of the Table service.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task SetServicePropertiesAsync(
	ServiceProperties properties,
	TableRequestOptions requestOptions,
	OperationContext operationContext,
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task^ SetServicePropertiesAsync(
	ServiceProperties^ properties,
	TableRequestOptions^ requestOptions,
	OperationContext^ operationContext,
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract SetServicePropertiesAsync : 
        properties:ServiceProperties *
        requestOptions:TableRequestOptions *
        operationContext:OperationContext *
        cancellationToken:CancellationToken -> Task
[<DoesServiceRequestAttribute>]
override SetServicePropertiesAsync : 
        properties:ServiceProperties *
        requestOptions:TableRequestOptions *
        operationContext:OperationContext *
        cancellationToken:CancellationToken -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function SetServicePropertiesAsync (
	properties As ServiceProperties,
	requestOptions As TableRequestOptions,
	operationContext As OperationContext,
	cancellationToken As CancellationToken
) As Task
Return to top