Click or drag to resize

AdapterBaseSetInitializedState Method

Manually sets the initialized state of the AdapterBase.

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 adapter.", 
	new string[] { ... })]
public virtual void SetInitializedState(
	bool initialized
)
View Source

Parameters

initialized  Boolean
Desired initialized state.
See Also