Click or drag to resize

AscomDriverConnecting Property

Returns True while the device is undertaking an asynchronous connect or disconnect operation.

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public bool Connecting { get; }

Property Value

Boolean
Exceptions
ExceptionCondition
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks

This is a mandatory property and must not throw a PropertyNotImplementedException.

See Also