Click or drag to resize

FtpFileWatcherNotifyOnComplete Property

Sets flag for notification time. Set to true to only notify when a file is finished uploading, set to False to get an immediate notification when a new file is detected.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public virtual bool NotifyOnComplete { get; set; }
View Source

Property Value

Boolean
See Also