| 
            
              FtpFileWatcher(Boolean, Boolean) Constructor
             | 
          
        
        
            Constructs a new FTP file watcher using the specified settings.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic FtpFileWatcher(
	bool caseInsensitive,
	bool notifyOnComplete
)
Public Sub New ( 
	caseInsensitive As Boolean,
	notifyOnComplete As Boolean
)
public:
FtpFileWatcher(
	bool caseInsensitive, 
	bool notifyOnComplete
)
new : 
        caseInsensitive : bool * 
        notifyOnComplete : bool -> FtpFileWatcherGSF.Net.Ftp.FtpFileWatcher = function(caseInsensitive, notifyOnComplete);
 View SourceParameters
- caseInsensitive  Boolean
 - Set to true to not be case sensitive with FTP file and directory names.
 - notifyOnComplete  Boolean
 - Set to true to notify after file has completed uploading -or- set to false for immediate notification of new file.
 
See Also