CacheableInt64 Constructor (Int64) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableInt64(
long value
)
Public Sub New (
value As Long
)
public:
CacheableInt64(
long long value
)
new :
value : int64 -> CacheableInt64
Parameters
- value
- Type: SystemInt64
See Also