Method | Description | |
---|---|---|
ClearMeasurements ( ) : void | ||
DataSubscriptionHubClient ( ) : System |
Creates a new DataSubscriptionHubClient instance.
|
|
GetDeviceDetails ( ) : List |
||
GetMeasurementDetails ( ) : List |
||
GetMeasurements ( ) : List |
||
GetPhasorDetails ( ) : List |
||
GetSchemaVersion ( ) : List |
||
GetStatistics ( ) : List |
||
GetStatusLights ( ) : List |
||
InitializeSubscriptions ( ) : void | ||
TerminateSubscriptions ( ) : void | ||
UpdatePrimaryDataSubscription ( string filterExpression ) : void | ||
UpdateStatisticsDataSubscription ( string filterExpression ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the DataSubscriptionHubClient object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
DataSubscriptionConnectionTerminated ( object sender, |
||
DataSubscriptionNewMeasurements ( object sender, EventArgs |
||
DataSubscriptionProcessException ( object sender, EventArgs |
||
DataSubscriptionStatusMessage ( object sender, EventArgs |
||
GetUnixMilliseconds ( long ticks ) : double | ||
StatisticSubscriptionConnectionEstablished ( object sender, |
||
StatisticSubscriptionConnectionTerminated ( object sender, |
||
StatisticSubscriptionMetaDataReceived ( object sender, EventArgs |
||
StatisticSubscriptionNewMeasurements ( object sender, EventArgs |
||
StatisticSubscriptionProcessException ( object sender, EventArgs |
||
StatisticSubscriptionStatusMessage ( object sender, EventArgs |
public DataSubscriptionHubClient ( ) : System | ||
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public UpdatePrimaryDataSubscription ( string filterExpression ) : void | ||
filterExpression | string | |
return | void |
public UpdateStatisticsDataSubscription ( string filterExpression ) : void | ||
filterExpression | string | |
return | void |