Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to populate the blob's properties and metadata.

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

Syntax

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