| 
            
              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.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public virtual bool NotifyOnComplete { get; set; }<BrowsableAttribute(true)>
<DefaultValueAttribute(true)>
Public Overridable Property NotifyOnComplete As Boolean
	Get
	Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
virtual property bool NotifyOnComplete {
	bool get ();
	void set (bool value);
}[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(true)>]
abstract NotifyOnComplete : bool with get, set
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(true)>]
override NotifyOnComplete : bool with get, set
function get_NotifyOnComplete();
function set_NotifyOnComplete(value);
 View SourceProperty Value
Boolean
See Also