Click or drag to resize

FtpFileWatcherStatus Event

Raised when new status messages come from the FTP file watcher.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<string>> Status
View Source

Value

EventHandlerEventArgsString
Remarks
Argument is status message from FTP file watcher.
See Also