IaonSessionProcessingCompleteHandler Method
Event handler for processing complete notifications from input adapters.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
public virtual void ProcessingCompleteHandler(
Object? sender,
EventArgs e
)
Public Overridable Sub ProcessingCompleteHandler (
sender As Object,
e As EventArgs
)
public:
virtual void ProcessingCompleteHandler(
Object^ sender,
EventArgs^ e
)
function ProcessingCompleteHandler(sender, e);
Parameters
- sender Object
- Event source reference to input adapter that is reporting processing completion.
- e EventArgs
- Event arguments for event, if any; otherwise Empty.