|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocInstance Class > AdhocInstance Methods > AdhocInstance.GetChildInstance Method |
Retrieves a child instance based on the provided InstanceId.
Namespace: BNCS.Core.DriverFramework.Classes
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.
BNCS.Core.DriverFramework.Classes Namespace