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