Click or drag to resize

DataSubscriberOnProcessingComplete(String) Method

Raises the ProcessingComplete event.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected void OnProcessingComplete(
	string source
)
View Source

Parameters

source  String
Type name of adapter that sent the processing completed notification.
See Also