Click or drag to resize
ExecutionExecute Method (String, Boolean)
Execute a function, Return resultCollector.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IResultCollector Execute(
	string func,
	bool getResult
)

Parameters

func
Type: SystemString
getResult
Type: SystemBoolean
Indicating if results are expected.

Return Value

Type: IResultCollector
See Also