C#
C++
F#
VB
CloudAppendBlob.::..BeginAppendFromByteArray Method
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
BeginAppendFromByteArray(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to append the contents of a byte array to an append blob. Recommended only for single-writer scenarios. | |
BeginAppendFromByteArray(Byte[], Int32, Int32, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AsyncCallback^, Object^)(Byte[], Int32, Int32, AsyncCallback, Object)(Byte(), Int32, Int32, AsyncCallback, Object) | Begins an asynchronous operation to append the contents of a byte array to an append blob. Recommended only for single-writer scenarios. |