A Query submitted by the client. This is the client's handle to manage the query with the server. For instance, the query can be closed at any time to release all server resources associated with it.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IQuery
Public Interface IQuery
public interface class IQuery

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Close()()()()
Closes the client and server resources associates with this Query. This call may block while it connects to the server to unregister the query.
Config
The QueryConfig object describing this query.
Fields
The list describing the fields of the tuples that will be returned by this Query.
IsOpen
False if this query is closed, true otherwise.

See Also