IBNCSInstance.GetChildInstance Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Interfaces Namespace > IBNCSInstance Interface > IBNCSInstance Methods >

IBNCSInstance.GetChildInstance Method

Retrieves the child instance with the specified InstanceId.

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

 

Syntax


IBNCSChildInstance GetChildInstance(
 string InstanceId
)

Parameters

InstanceId

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

Return Value

The child instance object corresponding to the specified InstanceId.

 

See Also


IBNCSInstance Interface

BNCS.Interfaces Namespace