CacheableInt64Create Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableInt64 Create(
long value
)
Public Shared Function Create (
value As Long
) As CacheableInt64
public:
static CacheableInt64^ Create(
long long value
)
static member Create :
value : int64 -> CacheableInt64
Parameters
- value
- Type: SystemInt64
Return Value
Type:
CacheableInt64
See Also