| AtomicCounterLongGetAndSet 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
)
member GetAndSet :
value : int64 -> int64
Parameters
- value
- Type: SystemInt64
TBD
Return Value
Type:
Int64TBD
See Also