|
IndependentActionAdapterManagerBaseTAdapterCurrentOutputIndex Property
|
Gets adapter output index currently being processed.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public int CurrentOutputIndex { get; protected set; }
Public Property CurrentOutputIndex As Integer
Get
Protected Set
public:
virtual property int CurrentOutputIndex {
int get () sealed;
protected: void set (int value) sealed;
}
abstract CurrentOutputIndex : int with get, set
override CurrentOutputIndex : int with get, set
function get_CurrentOutputIndex();
function set_CurrentOutputIndex(value);
View SourceProperty Value
Int32Implements
IIndependentAdapterManagerCurrentOutputIndexSee Also