ThreadGateSetThreadLocalCount Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Set the long value to be stored in the LocalDataStoreSlot.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected virtual void SetThreadLocalCount(
LocalDataStoreSlot slot,
long value
)
Parameters
- slot
- Type: SystemLocalDataStoreSlot
LocalDataStoreSlot object which provides managed thread
local storage with dynamic data slots that are unique to a thread
and application-domain combination.
- value
- Type: SystemInt64
Long value to be stored in the LocalDataStoreSlot.
See Also