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.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
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 |
Member | Description | |
---|---|---|
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.
|