The BetterStreams Class Library
IgnoreFlush Property
Namespaces > BetterStreams > AsyncStream > IgnoreFlush
If true, calls to Flush() will be ignored. This can be useful if the AsyncStream is wrapped by another stream that flushes its underlying stream automatically, since avoiding Flush()'s improves performance. ForceFlush() may still be invoked to flush the AsyncStream regardless of the IgnoreFlush property.
Syntax
C#Visual BasicManaged C++
public virtual bool IgnoreFlush { get; set; }
Public Overridable Property IgnoreFlush As Boolean
public:
virtual property bool IgnoreFlush {
	bool get ();
	void set (bool value);
}
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe AsyncStream has already been closed

Assembly: BetterStreams (Module: BetterStreams) Version: 1.0.0.0