Namespace:
Microsoft.WindowsAzure.Storage.FileAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| BeginWriteRange(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to write a range to a file. |
| BeginWriteRange(Stream, Int64, String, AsyncCallback, Object)(Stream^, Int64, String^, AsyncCallback^, Object^)(Stream, Int64, String, AsyncCallback, Object)(Stream, Int64, String, AsyncCallback, Object) | Begins an asynchronous operation to write a range to a file. |
Return to top