CacheableInt32Create Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableInt32 Create(
int value
)
Public Shared Function Create (
value As Integer
) As CacheableInt32
public:
static CacheableInt32^ Create(
int value
)
static member Create :
value : int -> CacheableInt32
Parameters
- value
- Type: SystemInt32
Return Value
Type:
CacheableInt32
See Also