Implicit conversion operator from a 64-bit integer
to a CacheableKey.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public static implicit operator CacheableKey ( long value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As Long _ ) As CacheableKey |
| Visual C++ |
|---|
static implicit operator CacheableKey^ ( long long value ) |
Parameters
- value
- Int64
See Also
CacheableKey Class
GemStone.GemFire.Cache Namespace