Class ThreadTimeout.LongHolder
A LongHolder object provides get/set access to a stored long.
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
protected class ThreadTimeout.LongHolder
Constructors
LongHolder(long)
Construct a LongHolder storing the passed in value.
Declaration
public LongHolder(long value)
Parameters
Type | Name | Description |
---|---|---|
long | value | The long value to store. |
Properties
Value
The long Value.
Declaration
public long Value { get; set; }
Property Value
Type | Description |
---|---|
long |
Methods
ToString()
Convert a LongHolder to a printable string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The encapsulated long value. |