C# Class openVisN.Framework.UpdateFramework

Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

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

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

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

Execute() public méthode

public Execute ( System.DateTime startTime, System.DateTime endTime, object token ) : void
startTime System.DateTime
endTime System.DateTime
token object
Résultat void

GetTimeWindow() public méthode

public GetTimeWindow ( System.DateTime &startTime, System.DateTime &endTime ) : void
startTime System.DateTime
endTime System.DateTime
Résultat void

SetWindowDuration() public méthode

public SetWindowDuration ( System.TimeSpan duration, object token ) : void
duration System.TimeSpan
token object
Résultat void

Start() public méthode

public Start ( HistorianQuery query ) : void
query openHistorian.Data.Query.HistorianQuery
Résultat void

SwitchToAutomatic() public méthode

public SwitchToAutomatic ( bool useCurrentWindow ) : void
useCurrentWindow bool
Résultat void

SwitchToManual() public méthode

public SwitchToManual ( bool useCurrentWindow ) : void
useCurrentWindow bool
Résultat void

UpdateFramework() public méthode

public UpdateFramework ( ) : System
Résultat System

UpdateSignals() public méthode

public UpdateSignals ( List activeSignals ) : void
activeSignals List
Résultat void