C# Class BACnet.Client.Db.GetQueuedRefreshesCommand

Inheritance: IDisposable
Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Disposes of the command
public Dispose ( ) : void
Résultat void

Execute() public méthode

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
Résultat List

GetQueuedRefreshesCommand() public méthode

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