Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Obtain the long value stored in the LocalDataStoreSlot.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected virtual long GetThreadLocalCount(
	LocalDataStoreSlot slot
)

Parameters

slot
Type: System..::.LocalDataStoreSlot
LocalDataStoreSlot object which provides managed thread local storage with dynamic data slots that are unique to a thread and application-domain combination.

Return Value

Long value stored in the LocalDataStoreSlot.

See Also