Ant RadioDispose Method
Releases all resources used by the current instance of the class.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public void Dispose()VB
Public Sub DisposeC++
public:
virtual void Dispose() sealedF#
abstract Dispose : unit -> unit
override Dispose : unit -> unit Implements
IDisposableDisposeRemarks
This method disposes of the underlying ANT device and its associated resources. It
also unsubscribes from event handlers to prevent memory leaks. After calling this method, the instance
should not be used, as its state becomes undefined.