Click or drag to resize
Akka.NETAtomicCounterLongGetAndSet Method
Returns current counter value and sets a new value on it's place in one operation.

Namespace:  Akka.Util.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public long GetAndSet(
	long value
)

Parameters

value
Type: SystemInt64
TBD

Return Value

Type: Int64
TBD
See Also