AnnunciatorCadenceUpdate Method |
Updates the anunciator's display, if it has changed since the last update.
Namespace:
ASCOM.Controls
Assembly:
ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic void CadenceUpdate(
bool newState
)
Public Sub CadenceUpdate (
newState As Boolean
)
public:
virtual void CadenceUpdate(
bool newState
) sealed
Parameters
- newState
- Type: SystemBoolean
The new state of the control's appearance ('on' or 'off').
Remarks
Implements the
CadenceUpdate(Boolean) method.
The
CadenceManager always calls this method on the GUI thread.
See Also