Click or drag to resize

ActionAdapterBaseSetInitializedState Method

Manually sets the initialized state of the ActionAdapterBase.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Manually sets the initialized state of the action adapter.", 
	new string[] { ... })]
public virtual void SetInitializedState(
	bool initialized
)
View Source

Parameters

initialized  Boolean
Desired initialized state.
See Also