The following tables list the members exposed by BackgroundWriter.
Name | Description | |
---|---|---|
BackgroundWriter Constructor | Overloaded. |
Name | Description | |
---|---|---|
BeginFlush | Enqueues a flush command and returns immediately | |
Close | Stops the worker thread after completing the pending writes. | |
Dispose | Overloaded. Overridden. Closes the worker thread | |
Flush | Waits for all pending writes and flushes the stream prior to returning | |
Perform | Overloaded. Perform an action on the worker thread with the stream | |
Read | Returns a number of bytes up to length that is pending a write at the position specified and copies those bytes into buffer the offset provided. | |
Write | Overloaded. Write a series of bytes to the stream at the current position |
Name | Description | |
---|---|---|
Assert | Raises the ObjectDisposedException if this object has already been disposed (Inherited from CSharpTest.Net.Bases.Disposable) |
Name | Description | |
---|---|---|
Disposed | Raised when the object is disposed (Inherited from CSharpTest.Net.Bases.Disposable) |
Reference
BackgroundWriter ClassCSharpTest.Net.IO Namespace