C# Class openVisN.Framework.UpdateFramework

Inheritance: IDisposable
ファイルを表示 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Execute ( ) : void
Execute ( System.DateTime startTime, System.DateTime endTime, object token ) : void
GetTimeWindow ( System.DateTime &startTime, System.DateTime &endTime ) : void
SetWindowDuration ( System.TimeSpan duration, object token ) : void
Start ( HistorianQuery query ) : void
SwitchToAutomatic ( bool useCurrentWindow ) : void
SwitchToManual ( bool useCurrentWindow ) : void
UpdateFramework ( ) : System
UpdateSignals ( List activeSignals ) : void

Private Methods

Method Description
AsyncDoWork ( object sender, EventArgs eventArgs ) : void
OnError ( object sender, EventArgs eventArgs ) : void
m_syncEvent_CustomEvent ( object sender, QueryResultsEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

Execute() public method

public Execute ( System.DateTime startTime, System.DateTime endTime, object token ) : void
startTime System.DateTime
endTime System.DateTime
token object
return void

GetTimeWindow() public method

public GetTimeWindow ( System.DateTime &startTime, System.DateTime &endTime ) : void
startTime System.DateTime
endTime System.DateTime
return void

SetWindowDuration() public method

public SetWindowDuration ( System.TimeSpan duration, object token ) : void
duration System.TimeSpan
token object
return void

Start() public method

public Start ( HistorianQuery query ) : void
query openHistorian.Data.Query.HistorianQuery
return void

SwitchToAutomatic() public method

public SwitchToAutomatic ( bool useCurrentWindow ) : void
useCurrentWindow bool
return void

SwitchToManual() public method

public SwitchToManual ( bool useCurrentWindow ) : void
useCurrentWindow bool
return void

UpdateFramework() public method

public UpdateFramework ( ) : System
return System

UpdateSignals() public method

public UpdateSignals ( List activeSignals ) : void
activeSignals List
return void