C#
C++
F#
VB
CloudAppendBlob.::..BeginAppendText Method
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
BeginAppendText(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object) | Begins an asynchronous operation to append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario. | |
BeginAppendText(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario. |