|
FtpFileWatcherStatus Event
|
Raised when new status messages come from the FTP file watcher.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic event EventHandler<EventArgs<string>> Status
Public Event Status As EventHandler(Of EventArgs(Of String))
public:
event EventHandler<EventArgs<String^>^>^ Status {
void add (EventHandler<EventArgs<String^>^>^ value);
void remove (EventHandler<EventArgs<String^>^>^ value);
}
function add_Status(value);
function remove_Status(value);
View SourceValue
EventHandlerEventArgsString
RemarksArgument is status message from FTP file watcher.
See Also