Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

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