Click or drag to resize
Execution<TResult>.Execute Method (String, Boolean, UInt32)
Execute a function, Return resultCollector.

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

Parameters

func
Type: System.String
getResult
Type: System.Boolean
Indicating if results are expected.
timeout
Type: System.UInt32
Value to wait for the operation to finish before timing out.

Return Value

Type: IResultCollector<TResult>
See Also