|
AdapterBaseSetInitializedState Method
|
Manually sets the initialized state of the
AdapterBase.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public:
[AdapterCommandAttribute(L"Manually sets the initialized state of the adapter.",
__gc new array<String^>^ { ... })]
virtual void SetInitializedState(
bool initialized
)
function SetInitializedState(initialized);
View SourceParameters
- initialized Boolean
- Desired initialized state.
See Also