CoherenceSessionStoreGetLockId Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Converts lock identifier to long.
Namespace:
Tangosol.Web
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual long GetLockId(
Object lockId
)
Parameters
- lockId
- Type: SystemObject
Lock identifier to convert.
Return Value
Type:
Int64Lock identifier as long value.
See Also