Click or drag to resize
CqQuery Methods

The CqQuery type exposes the following members.

Methods
  NameDescription
Public methodClose
stop the cq query
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the Cq Query on the cache server
Public methodExecuteWithInitialResults
Executes the Cq Query on the cache server and returns the Cqresults.
Public methodExecuteWithInitialResults(UInt32)
Executes the Cq Query on the cache server with the specified timeout and returns the results.
Public methodGetCqAttributes
Get the Attributes for this cq query.
Public methodGetCqAttributesMutator
Get the Attributes Mutator for this cq query.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetQuery
Get the Query for this cq query.
Public methodGetState
get the state of this cq query
Public methodGetStatistics
Get the stats for this cq query.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsClosed
Is this Cq in closed state?
Public methodIsRunning
Is this Cq in running state?
Public methodIsStopped
Is this Cq in stopped state?
Public methodStop
stop the cq query
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also