![]() | AtomicLong Methods |
The AtomicLong type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareAndSet | |
![]() | DecrementAndGet |
Decrements and returns the value.
|
![]() | DecrementAndGet(Int64) |
Increments and returns the value.
|
![]() | Get |
Gets this instance.
|
![]() | GetAndIncrement |
Increments and returns the previous value.
|
![]() | GetAndSet |
Sets the value and returns the previous value as an atomic operation.
|
![]() | IncrementAndGet |
Increments and returns the value.
|
![]() | IncrementAndGet(Int64) |
Increments and returns the value.
|
![]() | Set |
Sets the specified value.
|