AlpacaDiscoveryDiscoveryCompleted Event

Raised when the discovery is complete

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public event EventHandler DiscoveryCompleted

Value

EventHandler

Remarks

This event is only available to .NET clients. COM clients should poll the DiscoveryComplete property periodically to determine when discovery is complete.

See Also