C# Class ComparisonUtility.SnapDBClient

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ReadNext ( DataPoint point ) : bool
SnapDBClient ( string hostAddress, int port, string instanceName, ulong startTime, ulong endTime, int frameRate, IEnumerable pointIDs ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReadNext() public méthode

public ReadNext ( DataPoint point ) : bool
point DataPoint
Résultat bool

SnapDBClient() public méthode

public SnapDBClient ( string hostAddress, int port, string instanceName, ulong startTime, ulong endTime, int frameRate, IEnumerable pointIDs ) : System
hostAddress string
port int
instanceName string
startTime ulong
endTime ulong
frameRate int
pointIDs IEnumerable
Résultat System