Click or drag to resize
QueryTResultExecute Method (Object, UInt32)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ISelectResults<TResult> Execute(
	Object[] paramList,
	uint timeout
)

Parameters

paramList
Type: SystemObject
timeout
Type: SystemUInt32

Return Value

Type: ISelectResultsTResult
See Also