AP&C API Reference
Public Member Functions | Protected Member Functions | Properties | List of all members
Apac.Ecop.QueryController< T > Class Template Reference

Provides base implementation for query controller code. More...

Public Member Functions

 QueryController (int pollFrequency, T criteria, TimeSpan advanceInterval, System.Windows.Forms.Control control)
 

Protected Member Functions

virtual void OnStatusChanged ()
 
virtual void OnRunStateChanged ()
 

Properties

System.Windows.Forms.Control Control [get]
 
int PollFrequencyMS [get, set]
 
QueryCriteria [get]
 
TimeSpan AdvanceInterval [get]
 Gets the size of the time interval used to advance the query on each sequential poll. More...
 
PresenterState Status [get, set]
 
bool Running [get]
 

Detailed Description

Provides base implementation for query controller code.

Type Constraints
T :new() 

Property Documentation

◆ AdvanceInterval

TimeSpan Apac.Ecop.QueryController< T >.AdvanceInterval
get

Gets the size of the time interval used to advance the query on each sequential poll.


The documentation for this class was generated from the following file: