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