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: 1.6.0.2 (1.6.0.2)

Syntax

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

See Also