Click or drag to resize

CadenceManagerAdd Method

Adds the specified ICadencedControl to the list of managed controls. If this is the first control being added, then the update timer is configured and started.

Namespace:  ASCOM.Controls
Assembly:  ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public void Add(
	ICadencedControl control
)

Parameters

control
Type: ICadencedControl
The control to be managed.
Remarks
Each control can only appear in the list once (duplicate adds will be silently ignored).
See Also