ISafetyMonitorV3Dispose Method

This method is a "clean-up" method that is primarily of use to drivers that are written in languages such as C# and VB.NET where resource clean-up is initially managed by the language's runtime garbage collection mechanic. Driver authors should take care to ensure that a client or runtime calling Dispose() does not adversely affect other connected clients. Applications should not call this method.

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
void Dispose()

Remarks

See this link for the canonical definition, which may include further information and implementation requirements: Canonical Definition

Revision History

DateVersionDescription
ISafetyMonitorPlatform 6.0Member added.

See Also