CacheableBooleanCreate Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableBoolean Create(
bool value
)
Public Shared Function Create (
value As Boolean
) As CacheableBoolean
public:
static CacheableBoolean^ Create(
bool value
)
static member Create :
value : bool -> CacheableBoolean
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
CacheableBoolean
See Also