AtomicLong Class |
Namespace: FM.IceLink
The AtomicLong type exposes the following members.
Name | Description | |
---|---|---|
![]() | AtomicLong |
Create a new AtomicLong with a initial value of 0.
|
![]() | AtomicLong(Int64) |
Create a new AtomicLong with an initial value.
|
Name | Description | |
---|---|---|
![]() | Add |
Atomically add a integer to the value.
|
![]() | CompareAndSwap |
Compares two 64-bit signed integers for equality and, if they are equal, replaces one of the values.
|
![]() | Decrement |
Atomically decrement the value by 1.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Increment |
Atomically increment the value by 1.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Subtract |
Atomically subtract a integer to the value.
|
![]() | ToString | (Inherited from Object.) |