Property SyncRoot
SyncRoot
Gets an object that can be used to synchronize access to the synchronized resource.
public object SyncRoot { get; }
Property Value
- object
The object that can be used to synchronize access to the synchronized resource.