|
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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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