|   | IndependentActionAdapterManagerBaseTAdapterPerAdapterInputCount Property | 
        
        
            Gets number of input measurement required by each adapter. If value is not constant, use
            
CurrentAdapterIndex to determine input count for adapter at current index.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic abstract int PerAdapterInputCount { get; }Public MustOverride ReadOnly Property PerAdapterInputCount As Integer
	Get
public:
virtual property int PerAdapterInputCount {
	int get () abstract;
}abstract PerAdapterInputCount : int with get
function get_PerAdapterInputCount();
Property Value
Int32Implements
IIndependentAdapterManagerPerAdapterInputCount See Also
See Also