IObservingConditionsRefresh Method
Forces the driver to immediately query its attached hardware to refresh sensor values

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
void Refresh()
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf this method is not available.
NotConnectedExceptionIf the device is not connected.
Remarks

Optional method, can throw a MethodNotImplementedException

See Also