Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFile.WriteRangeAsync Method (Microsoft.WindowsAzure.Storage.File)

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

Overload List

NameDescription
System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String)(Stream^, Int64, String^)(Stream, Int64, String)(Stream, Int64, String)

Returns a task that performs an asynchronous operation to write a range to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to write a range to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to write a range to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String, CancellationToken)(Stream^, Int64, String^, CancellationToken)(Stream, Int64, String, CancellationToken)(Stream, Int64, String, CancellationToken)

Returns a task that performs an asynchronous operation to write a range to a file.

Return to top