Interface IWatchService
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/file/WatchService.html
public interface IWatchService : ICloseable, IAutoCloseable
Methods
Close()
void Close()
Exceptions
Poll()
WatchKey Poll()
Returns
Poll(long, TimeUnit)
WatchKey Poll(long arg0, TimeUnit arg1)
Parameters
Returns
Exceptions
Take()
WatchKey Take()