|
IndependentActionAdapterManagerBaseTAdapterAdapterIDCounter Property
|
Gets or sets current adapter ID counter.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic uint AdapterIDCounter { get; set; }
Public Property AdapterIDCounter As UInteger
Get
Set
public:
virtual property unsigned int AdapterIDCounter {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract AdapterIDCounter : uint32 with get, set
override AdapterIDCounter : uint32 with get, set
function get_AdapterIDCounter();
function set_AdapterIDCounter(value);
View SourceProperty Value
UInt32Implements
IIndependentAdapterManagerAdapterIDCounter
See Also