SyncRoot

SplitStreamContainer.SyncRoot property

Gets an object that can be used to synchronize access to the synchronized resource.

public object SyncRoot { get; }

Property Value

The object that can be used to synchronize access to the synchronized resource.

See Also