Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient.SetServicePropertiesAsync Method (FileServiceProperties, CancellationToken) (Microsoft.WindowsAzure.Storage.File)

Initiates an asynchronous operation that sets service properties for the Blob service.

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

Syntax

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