ICloudBlob.SetMetadataAsync Method (Microsoft.WindowsAzure.Storage.Blob)

From Microsoft Windows Azure Storage Blob

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

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

Syntax

 
Task SetMetadataAsync()
 
Task^ SetMetadataAsync()
 
abstract SetMetadataAsync : unit -> Task
 
Function SetMetadataAsync As Task
Return to top