|
DataSubscriberProcessingComplete Event
|
Indicates that processing for an input adapter (via temporal session) has completed.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic event EventHandler<EventArgs<string>> ProcessingComplete
Public Event ProcessingComplete As EventHandler(Of EventArgs(Of String))
public:
event EventHandler<EventArgs<String^>^>^ ProcessingComplete {
void add (EventHandler<EventArgs<String^>^>^ value);
void remove (EventHandler<EventArgs<String^>^>^ value);
}
function add_ProcessingComplete(value);
function remove_ProcessingComplete(value);
View SourceValue
EventHandlerEventArgsString
Remarks
This event is expected to only be raised when an input adapter has been designed to process
a finite amount of data, e.g., reading a historical range of data during temporal processing.
See Also