|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > Config Class > Config Methods > Config.GetInstance Method |
Retrieves an instance based on the provided InstanceId.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Instance GetInstance(
string InstanceId
)
InstanceId
Type: String
The unique identifier of the instance to retrieve.
The instance with the specified InstanceId if found, otherwise null.