IReaderWriterStateLocker(TState).SetState Method

Tungsten Suite

IReaderWriterStateLockerTStateSetState Method

Sets the internal state from within a ReaderWriterLockSlim

Namespace:  W.Threading.Lockers
Assembly:  Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
Syntax
C#
void SetState(
	TState newState
)

Parameters

newState
Type: TState
The new value
See Also