Ejemplo n.º 1
0
 public void Refresh()
 {
     _fileRegistrationTracker.Refresh();
 }
 public override TypedResponse Process(TypedRequest typedRequest)
 {
     _fileRegistrationTracker.Refresh();
     return(new RefreshFileSystemTreeResponse());
 }