Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Overload List

NameDescription
System_CAPS_pubmethodBeginAppendText(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.

System_CAPS_pubmethodBeginAppendText(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.

Return to top