Exemplo n.º 1
0
 public void Stop()
 {
     InvokerContext.Caller = addressable;
     try
     {
         addressable.Stop();
     }
     finally
     {
         InvokerContext.Caller = null;
     }
 }