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_pubmethodAppendTextAsync(String)(String^)(String)(String)

Initiates 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_pubmethodAppendTextAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates 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_pubmethodAppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)(String^, Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)

Initiates 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_pubmethodAppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates 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