Config.GetInstance Method

<< 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)

 

Syntax


public static Instance GetInstance(
 string InstanceId
)

Parameters

InstanceId

Type: String
The unique identifier of the instance to retrieve.

Return Value

The instance with the specified InstanceId if found, otherwise null.

 

See Also


Config Class

BNCS Namespace