Show / Hide Table of Contents

Class ThreadTimeout.LongHolder

A LongHolder object provides get/set access to a stored long.

Inheritance
object
ThreadTimeout.LongHolder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Overrides
object.ToString()
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.