|
AdapterBaseSetInitializedState Method
|
Manually sets the initialized state of the
AdapterBase.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
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);
View SourceParameters
- initialized Boolean
- Desired initialized state.
See Also