Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Set the long value to be stored in the LocalDataStoreSlot.

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

Syntax

C#
protected virtual void SetThreadLocalCount(
	LocalDataStoreSlot slot,
	long value
)

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.
value
Type: System..::.Int64
Long value to be stored in the LocalDataStoreSlot.

See Also