AtomicInt64 Type
Thread-safe atomic int64 counter. The initial counter value.
Constructors
| Constructor |
Description
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Add
Parameters:
int64
Returns: int64
|
|
Full Usage:
this.Decrement
Returns: int64
|
|
Full Usage:
this.Exchange
Parameters:
int64
Returns: int64
|
|
Full Usage:
this.Increment
Returns: int64
|
|
Full Usage:
this.Reset
Returns: int64
|
|
Full Usage:
this.Value
Returns: int64
|
|
TDesu.FSharp