GetAtomicLongAsync Method
GetAtomicLongAsync(string)
Gets an IAtomicLong distributed object.
Declaration
Task<IAtomicLong> GetAtomicLongAsync(string name)
Parameters
| string | name | The unique name of the atomic long.  | 
    
Returns
| Task<IAtomicLong> | The atomic long that was retrieved or created.  | 
    
Remarks
If an object with the specified name does not
exist already in the cluster, a new object is created.