AdapterCacheTAllAdapters Property
Gets all time-series adapters of type T in the application directory.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.143 -- Release Build+6200516e1d8796210682e4fa5670553a73472309
public static Dictionary<Type, AdapterInfo> AllAdapters { get; }
Public Shared ReadOnly Property AllAdapters As Dictionary(Of Type, AdapterInfo)
Get
public:
static property Dictionary<Type^, AdapterInfo^>^ AllAdapters {
Dictionary<Type^, AdapterInfo^>^ get ();
}
Gemstone.Timeseries.Adapters.AdapterCache.get_AllAdapters = function();
Property Value
DictionaryType,
AdapterInfo