QueryExecute Method |
Name | Description | |
---|---|---|
![]() | Execute |
Executes the OQL Query on the cache server and returns
the results. The default timeout for the query is 15 secs.
|
![]() | Execute(UInt32) |
Executes the OQL Query on the cache server with the specified
timeout and returns the results.
|
![]() | Execute(IGFSerializable) |
Executes the OQL Parameterized Query on the cache server with the specified
paramList and returns the results. The default timeout for the query is 15 secs.
|
![]() | Execute(IGFSerializable, UInt32) |