Click or drag to resize
Execution<TResult>.Execute Method (String, Boolean)
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
)

Parameters

func
Type: System.String
getResult
Type: System.Boolean
Indicating if results are expected.

Return Value

Type: IResultCollector<TResult>
See Also