Click or drag to resize
ExecutionExecute Method (String, Boolean, UInt32)
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,
	uint timeout
)

Parameters

func
Type: SystemString
getResult
Type: SystemBoolean
Indicating if results are expected.
timeout
Type: SystemUInt32
Value to wait for the operation to finish before timing out.

Return Value

Type: IResultCollector
See Also