Ejemplo n.º 1
0
 public void Dispose()
 {
     // TODO: if we ever switch to the SubscriptionVisitor
     //       model for disposal, we should remove this.
     if (_asSubscription != null)
     {
         _asSubscription.Dispose();
     }
     else if (_asOperator != null)
     {
         _asOperator.Dispose();
     }
 }