[This is preliminary documentation and is subject to change.]
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
Namespace:
NLog.TargetsAssembly: NLog (in NLog.dll) Version: 2.0.1.0
Syntax
C# |
---|
protected Object SyncRoot { get; } |
Visual Basic (Declaration) |
---|
Protected ReadOnly Property SyncRoot As Object |
Visual Basic (Usage) |
---|
Dim value As Object value = Me.SyncRoot |