/// <summary> /// The preStop override is called just before stopping the internal thread managed by the base class. /// </summary> protected override void preStop() { base.preStop(); if (m_rgBatchLabels != null) { m_rgBatchLabels.Cancel(); } }
/// <summary> /// Disconnect any previously connected Data Layers. /// </summary> public void Disconnect() { m_rgBatchLabels.Cancel(); }