Aqueduct.Common.FileWatcher.FileWatcher C# (CSharp) 메소드

FileWatcher() 공개 메소드

Initializes a new instance of the FileWatcher class.
public FileWatcher ( string watchedFolder ) : System
watchedFolder string
리턴 System
        public FileWatcher (string watchedFolder)
            : this (watchedFolder, "*.*")
        {
        }

Same methods

FileWatcher::FileWatcher ( string watchedFolder, string filter ) : System
FileWatcher::FileWatcher ( string watchedFolder, string filter, NotifyFilters notifyFilter, System.TimeSpan eventTriggerInterval, System.TimeSpan delayNotificationBy ) : System