Ant ChannelDispose 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.2+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.2+bee07ae1f518f90000e3a8eef95ac61052778db9
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 associated ANT channel, unsubscribes from its events,
and releases any unmanaged resources. After calling this method, the instance should no longer be
used.