Exemplo n.º 1
0
 void IDisposable.Dispose()
 {
     if (call != null && manager != null)
     {
         manager.Unregister(call);
         call    = null;
         manager = null;
     }
 }
Exemplo n.º 2
0
        public void Dispose()
        {
            mgr?.Unregister(this);

            System.GC.SuppressFinalize(this);
        }