KjøpBuy
1-855-856-7678
KundestøtteSupport
public IAsyncResult BeginSetMetadata (
BlobRequestOptions options,
AsyncCallback callback,
Object state
)
public IAsyncResult BeginSetMetadata ( BlobRequestOptions options, AsyncCallback callback, Object state )
public function BeginSetMetadata ( options : BlobRequestOptions, callback : AsyncCallback, state : Object ) : IAsyncResult
Type: Microsoft.WindowsAzure.StorageClient.BlobRequestOptions
An object that specifies any additional options for the request.
Type: System.AsyncCallback
The callback delegate that will receive notification when the asynchronous operation completes.
Type: System.Object
A user-defined object that will be passed to the callback delegate.
The BeginSetMetadata method writes the metadata values that are specified by the container's Metadata property to the service. Note that setting the Metadata property sets metadata values on the container reference only; you must call BeginSetMetadata or SetMetadata to write them to the service.