Click or drag to resize
Akka.NETAtomicBooleanGetAndSet Method
Atomically sets the Value to newValue and returns the old Value.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool GetAndSet(
	bool newValue
)

Parameters

newValue
Type: SystemBoolean
The new value

Return Value

Type: Boolean
The old value
See Also