コード例 #1
0
        private void internalThread_OnPreStop(object sender, EventArgs e)
        {
            if (m_rgPrefetchFree != null)
            {
                m_rgPrefetchFree.Abort();
            }

            if (m_rgPrefetchFull != null)
            {
                m_rgPrefetchFull.Abort();
            }

            preStop();
        }