Click or drag to resize
CqQueryExecuteWithInitialResults Method (UInt32)
Executes the Cq Query on the cache server with the specified timeout and returns the results.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ICqResults ExecuteWithInitialResults(
	uint timeout
)

Parameters

timeout
Type: SystemUInt32
The time (in seconds) to wait for query response. This should be less than or equal to 2^31/1000 i.e. 2147483.

Return Value

Type: ICqResults
Exceptions
ExceptionCondition
IllegalArgumentException if timeout parameter is greater than 2^31/1000.
See Also