|
AdapterCollectionBaseTAutoStart Property
|
Gets or sets flag indicating if adapter collection should automatically start items when
AutoInitialize is
false.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public virtual bool AutoStart { get; set; }
Public Overridable Property AutoStart As Boolean
Get
Set
public:
virtual property bool AutoStart {
bool get ();
void set (bool value);
}
abstract AutoStart : bool with get, set
override AutoStart : bool with get, set
function get_AutoStart();
function set_AutoStart(value);
View SourceProperty Value
BooleanImplements
IAdapterAutoStartSee Also