|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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