C# Класс BACnet.Client.Db.GetQueuedRefreshesCommand

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Dispose() публичный метод

Disposes of the command
public Dispose ( ) : void
Результат void

Execute() публичный метод

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
Результат List

GetQueuedRefreshesCommand() публичный метод

Constructs a new query objects command instance
public GetQueuedRefreshesCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
Результат System