|   | AdapterBaseSetInitializedState Method | 
        
        
            Manually sets the initialized state of the 
AdapterBase.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntax[AdapterCommandAttribute("Manually sets the initialized state of the adapter.", 
	new string[] { ... })]
public virtual void SetInitializedState(
	bool initialized
)<AdapterCommandAttribute("Manually sets the initialized state of the adapter.", 
	New String() { ... })>
Public Overridable Sub SetInitializedState ( 
	initialized As Boolean
)public:
[AdapterCommandAttribute(L"Manually sets the initialized state of the adapter.", 
	__gc new array<String^>^ { ... })]
virtual void SetInitializedState(
	bool initialized
)[<AdapterCommandAttribute("Manually sets the initialized state of the adapter.", 
	new string[] { ... })>]
abstract SetInitializedState : 
        initialized : bool -> unit 
[<AdapterCommandAttribute("Manually sets the initialized state of the adapter.", 
	new string[] { ... })>]
override SetInitializedState : 
        initialized : bool -> unit function SetInitializedState(initialized);
Parameters
- initialized  Boolean
- Desired initialized state.
 See Also
See Also