C# Class BACnet.Client.Db.GetQueuedRefreshesCommand

Inheritance: IDisposable
Datei anzeigen Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Disposes of the command

Execute ( System.TimeSpan minTimeBetweenAttempts, System.TimeSpan refreshInterval, int limit ) : List

Executes the command

GetQueuedRefreshesCommand ( SQLiteConnection connection ) : System

Constructs a new query objects command instance

Method Details

Dispose() public method

Disposes of the command
public Dispose ( ) : void
return void

Execute() public method

Executes the command
public Execute ( System.TimeSpan minTimeBetweenAttempts, System.TimeSpan refreshInterval, int limit ) : List
minTimeBetweenAttempts System.TimeSpan The minimum time between subsequent attempts to refresh the same object
refreshInterval System.TimeSpan The time between object refreshes
limit int The maximum number of objects to return
return List

GetQueuedRefreshesCommand() public method

Constructs a new query objects command instance
public GetQueuedRefreshesCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System