Namespace:
Microsoft.WindowsAzure.Storage.FileAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| OpenWriteAsync(Nullable<Int64>)(Nullable<Int64>)(Nullable<Int64>)(Nullable(Of Int64)) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
| OpenWriteAsync(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
| OpenWriteAsync(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
| OpenWriteAsync(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable(Of Int64), CancellationToken) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
Return to top