Interface IWatchService
.NET interface for TO BE DEFINED FROM USER
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()