Click or drag to resize

ActionAdapterBaseStart Method

Starts the ActionAdapterBase or restarts it if it is already running.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Starts the action adapter or restarts it if it is already running.", 
	new string[] { ... })]
public override void Start()
View Source

Implements

IAdapterStart
See Also