|
FileProcessorError Event
|
Event triggered when an unexpected error occurs during
normal operation of the
FileProcessor.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntaxpublic event EventHandler<ErrorEventArgs> Error
Public Event Error As EventHandler(Of ErrorEventArgs)
public:
event EventHandler<ErrorEventArgs^>^ Error {
void add (EventHandler<ErrorEventArgs^>^ value);
void remove (EventHandler<ErrorEventArgs^>^ value);
}
member Error : IEvent<EventHandler<ErrorEventArgs>,
ErrorEventArgs>
function add_Error(value);
function remove_Error(value);
View SourceValue
EventHandlerErrorEventArgs
See Also