示例#1
0
        /// <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();
            }
        }
示例#2
0
 /// <summary>
 /// Disconnect any previously connected Data Layers.
 /// </summary>
 public void Disconnect()
 {
     m_rgBatchLabels.Cancel();
 }