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

Parameters

func
Type: SystemString
The name of the function to be executed.
getResult
Type: SystemBoolean
Indicating if results are expected.
timeout
Type: SystemUInt32
Value to wait for the operation to finish before timing out.
isHA
Type: SystemBoolean
Whether the given function is HA.
optimizeForWrite
Type: SystemBoolean
Whether the function should be optmized for write operation.

Return Value

Type: IResultCollector
See Also