AntChannelDispose 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.0.2+92d79d127283ce9ab80906ab6fb15f5ffa8ae8ac
C#
public void Dispose()

Implements

IDisposableDispose

Remarks

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.

See Also