| AtomicBooleanGetAndSet 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
)
member GetAndSet :
newValue : bool -> bool
Parameters
- newValue
- Type: SystemBoolean
The new value
Return Value
Type:
BooleanThe old value
See Also