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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid Clear(
Object callbackArg
)
Sub Clear (
callbackArg As Object
)
void Clear(
Object^ callbackArg
)
abstract Clear :
callbackArg : Object -> unit
Parameters
- callbackArg
- Type: SystemObject
argument that is passed to the callback functions
See Also