IAdapterCollectionTryGetAdapterByName Method
Attempts to get the adapter with the specified name.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
function TryGetAdapterByName(name, adapter);
- name String
- Name of adapter to get.
- adapter IAdapter
- Adapter reference if found; otherwise null.
Booleantrue if adapter with the specified
name was found; otherwise
false.