C# 클래스 BACnet.Client.Db.GetQueuedRefreshesCommand

상속: IDisposable
파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
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