Exemplo n.º 1
0
 /// <summary>
 /// Will remove all the events and message queues of this channel. Be careful.
 /// </summary>
 public void ClearChannel()
 {
     m_EventDispatcher.ClearAllEvents();
     m_MessageQueue.ClearQueue();
 }