CmisSync.Lib.Producer.Watcher.MacWatcher.MacWatcher C# (CSharp) Method

MacWatcher() public method

Initializes a new instance of the CmisSync.Lib.Sync.Strategy.MacWatcher class. The default latency is set to 1 second.
public MacWatcher ( string pathname, ISyncEventQueue queue ) : System
pathname string Path to be monitored.
queue ISyncEventQueue Queue to pass the new events to.
return System
        public MacWatcher(string pathname, ISyncEventQueue queue) : this(pathname, queue, TimeSpan.FromSeconds(1)) {
        }

Same methods

MacWatcher::MacWatcher ( string pathname, ISyncEventQueue queue, System.TimeSpan latency ) : System