IndependentAdapterManagerExtensionsLookupDevice Method
Lookups up associated device name from provided signalID.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static string LookupDevice(
this IIndependentAdapterManager instance,
Guid signalID,
string measurementTable = "ActiveMeasurements"
)
<ExtensionAttribute>
Public Shared Function LookupDevice (
instance As IIndependentAdapterManager,
signalID As Guid,
Optional measurementTable As String = "ActiveMeasurements"
) As String
public:
[ExtensionAttribute]
static String^ LookupDevice(
IIndependentAdapterManager^ instance,
Guid signalID,
String^ measurementTable = L"ActiveMeasurements"
)
Gemstone.Timeseries.Adapters.IndependentAdapterManagerExtensions.LookupDevice = function(instance, signalID, measurementTable);
- instance IIndependentAdapterManager
- Target IIndependentAdapterManager instance.
- signalID Guid
- Guid signal ID to lookup.
- measurementTable String (Optional)
- Measurement table name used for meta-data lookup.
StringDevice name, if found; otherwise, string representation of associated point tag.In Visual Basic and C#, you can call this method as an instance method on any object of type
IIndependentAdapterManager. 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).