Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to update the blob's properties.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task SetPropertiesAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task^ SetPropertiesAsync()
 
[<DoesServiceRequestAttribute>]
abstract SetPropertiesAsync : unit -> Task
[<DoesServiceRequestAttribute>]
override SetPropertiesAsync : unit -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function SetPropertiesAsync As Task
Return to top