Get a value indicating whether the log writer is closed.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Protected Overrides ReadOnly Property IsClosed As Boolean
	Get
C#
protected override bool IsClosed { get; }

Field Value

True when logfile is closed. False if logfile is opened and ready for writing.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also