IAdapterExtensionsInputMeasurementKeysT(IEnumerableT) Method
Gets a distinct list of input measurement keys for all of the provided adapters.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
<ExtensionAttribute>
Public Shared Function InputMeasurementKeys(Of T As IAdapter) (
adapters As IEnumerable(Of T)
) As MeasurementKey()
public:
[ExtensionAttribute]
generic<typename T>
where T : IAdapter
static array<MeasurementKey^>^ InputMeasurementKeys(
IEnumerable<T>^ adapters
)
JavaScript does not support generic types or methods.
- adapters IEnumerableT
- Source IAdapter enumeration.
- T
- Type of IAdapter.
MeasurementKeyDistinct list of input measurement keys for all of the provided adapters.In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableT. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).