Click or drag to resize
Akka.NETAtomicReferenceTGetAndSet 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 T GetAndSet(
	T newValue
)

Parameters

newValue
Type: T
The new value

Return Value

Type: T
The old value
See Also