ReaderWriterLocker(TState).SetState Method

Tungsten Suite

ReaderWriterLockerTStateSetState 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#
public void SetState(
	TState newState
)

Parameters

newState
Type: TState
The new value

Implements

IReaderWriterStateLockerTStateSetState(TState)
See Also