PluginCollection IsSynchronized Property Apache log4net™ SDK Documentation
Gets a value indicating whether access to the collection is synchronized (thread-safe).

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual bool IsSynchronized { get; }

Return Value

Type: OnlineBoolean
true if access to the ICollection is synchronized (thread-safe); otherwise, false.

Implements

OnlineICollection IsSynchronized
See Also