Gets a value indicating whether access to the
LogEntry
is synchronized (thread-safe).
Namespace: Endeca.LoggingAssembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0
Syntax
| C# |
|---|
public virtual bool IsSynchronized { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property IsSynchronized As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsSynchronized {
bool get ();
} |
Field Value
true if access to the
LogEntry is synchronized
(thread-safe); otherwise,
false. The default is
false.
Implements
ICollection..::..IsSynchronized
See Also