Config.GetInstanceByAltId Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Config Class > Config Methods >

Config.GetInstanceByAltId Method

Retrieves an instance from the instancesList based on the provided AltId.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static Instance GetInstanceByAltId(
 string AltId
)

Parameters

AltId

Type: String
The alternate ID of the instance to search for.

Return Value

The instance with the specified AltId, or null if not found.

 

See Also


Config Class

BNCS Namespace