Exemple #1
0
 /// <summary>
 /// Cancel and clear the ticket query, if required.
 /// </summary>
 private void ClearTicketQuery()
 {
     if (m_ticketQuery != null)
     {
         m_ticketQuery.Cancel();
         m_ticketQuery = null;
     }
 }