Click or drag to resize
IRegionTKey, TValueClear Method (Object)
remove all entries in the region. For local region instance - remove all entries in the local region. For distributed region instance - remove all entries in the local region, and propagate the operation to server.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void Clear(
	Object callbackArg
)

Parameters

callbackArg
Type: SystemObject
argument that is passed to the callback functions
See Also