Beispiel #1
0
 /// <summary>
 /// Close the given mailbox
 /// </summary>
 public void CloseMbox(ErlMbox mbox)
 {
     if (m_Mailboxes != null)
     {
         m_Mailboxes.Unregister(mbox);
     }
 }
Beispiel #2
0
 /// <summary>
 /// Close the given mailbox
 /// </summary>
 public void CloseMbox(ErlMbox mbox)
 {
     m_Mailboxes.Unregister(mbox);
 }