StateAssignmentDelegate(TState) Delegate

Tungsten Suite

StateAssignmentDelegateTState Delegate

Delegate which can be used to assign a new value to the internal state

Namespace:  W.Threading.Lockers
Assembly:  Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
Syntax
C#
public delegate TState StateAssignmentDelegate<TState>(
	TState state
)

Parameters

state
Type: TState
The current state

Type Parameters

TState

[Missing <typeparam name="TState"/> documentation for "T:W.Threading.Lockers.StateAssignmentDelegate`1"]

Return Value

Type: TState
The new value for the internal state
See Also