RemovePath() public method

public RemovePath ( string path ) : void
path string
return void
Example #1
0
 public override void Stop()
 {
     if (0 == Interlocked.Exchange(ref _is_started, 0))
     {
         return;
     }
     //Actually stopped this time.
     _pem.RemovePath(_path);
 }