|
<< 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)
IBNCSChildInstance GetChildInstance(
string InstanceId
)
InstanceId
Type: String
The unique identifier of the child instance to retrieve.
The child instance object corresponding to the specified InstanceId.