CloudFileStream_old Class

Definition

Represents a stream for writing to a file.

public abstract class CloudFileStream_old : System.IO.Stream
type CloudFileStream_old = class
    inherit Stream
Public MustInherit Class CloudFileStream_old
Inherits Stream
Inheritance
CloudFileStream_old

Constructors

CloudFileStream_old()

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.

EndCommit(IAsyncResult)

Waits for the pending asynchronous commit to complete.

EndFlush(IAsyncResult)

Waits for the pending asynchronous flush to complete.

Applies to