Method AddAndGet
AddAndGet(Int64)
Adds the given delta to the counters current value.
Declaration
public abstract long AddAndGet(long delta)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | delta | The delta to add. |
Returns
Type | Description |
---|---|
System.Int64 | The counters updated value. |