C#
C++
F#
VB
CloudAppendBlob.::..EndAppendFromByteArray Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to append the contents of a byte array to an append blob. Recommended only for single-writer scenarios.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndAppendFromByteArray : asyncResult:IAsyncResult -> unit override EndAppendFromByteArray : asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.