Exemple #1
0
 public void Close()
 {
     Monitor.Enter(this);
     try
     { _srlAction.Close(); }
     finally
     { Monitor.Exit(this); }
 }