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