BottomShelf.Host.Monitoring.FileSystemWatcher.FileSystemWatcher C# (CSharp) Метод

FileSystemWatcher() публичный Метод

public FileSystemWatcher ( string path, int fileSystemPoll ) : System
path string
fileSystemPoll int
Результат System
        public FileSystemWatcher(string path, int fileSystemPoll)
        {
            monitoredPath = path;
            this.fileSystemPoll = fileSystemPoll;
        }