CloudFileStream Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class CloudFileStream : System.IO.Stream
type CloudFileStream = class
inherit Stream
Public MustInherit Class CloudFileStream
Inherits Stream
- Inheritance
-
CloudFileStream
Constructors
CloudFileStream() |
Methods
BeginCommit(AsyncCallback, Object) |
Begins an asynchronous commit operation. |
BeginFlush(AsyncCallback, Object) |
Begins an asynchronous flush operation. |
Commit() |
Clears all buffers for this stream, causes any buffered data to be written to the underlying file, and commits the file. |
CommitAsync() |
Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying file, and commits the file. |
EndCommit(IAsyncResult) |
Waits for the pending asynchronous commit to complete. |
EndFlush(IAsyncResult) |
Waits for the pending asynchronous flush to complete. |
Applies to
Azure SDK for .NET