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.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
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.