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

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

public virtual Object SyncRoot { get; }

Property Value

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

Implements

OnlineICollection SyncRoot
See Also