| 
            
              IndependentOutputAdapterManagerBasePerAdapterInputCount Property
             | 
          
        
        
            Gets number of input measurement required by each adapter.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
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();
 View SourceProperty Value
Int32Implements
IIndependentAdapterManagerPerAdapterInputCount
See Also