EmptyCollection SyncRoot Property Apache log4net™ SDK Documentation
Gets an object that can be used to synchronize access to the OnlineICollection.

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

public Object SyncRoot { get; }

Property Value

Type: OnlineObject
An object that can be used to synchronize access to the OnlineICollection.

Implements

OnlineICollection SyncRoot
Remarks

As the collection is empty and thread safe and synchronized this instance is also the SyncRoot object.

See Also