CqQueryExecuteWithInitialResults Method (UInt32) |
Executes the Cq Query on the cache server
with the specified timeout and returns the results.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ICqResults ExecuteWithInitialResults(
uint timeout
)
Public Function ExecuteWithInitialResults (
timeout As UInteger
) As ICqResults
public:
ICqResults^ ExecuteWithInitialResults(
unsigned int timeout
)
member ExecuteWithInitialResults :
timeout : uint32 -> ICqResults
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
See Also