Click or drag to resize

IClientSubscriptionOnProcessingCompleted Method

Explicitly raises the ProcessingComplete event.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
void OnProcessingCompleted(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
IInputAdapter raising the notification.
e  EventArgs
Event arguments for notification, if any.
See Also