Click or drag to resize
QueryExecute Method
Overload List
  NameDescription
Public methodExecute
Executes the OQL Query on the cache server and returns the results. The default timeout for the query is 15 secs.
Public methodExecute(UInt32)
Executes the OQL Query on the cache server with the specified timeout and returns the results.
Public methodExecute(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.
Public methodExecute(IGFSerializable, UInt32)
Top
See Also