AdhocInstance.GetChildInstance Method

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

 

Syntax


public IBNCSChildInstance GetChildInstance(
 string InstanceId
)

Parameters

InstanceId

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

Return Value

The child instance with the specified InstanceId, or null if not found.

 

See Also


AdhocInstance Class

BNCS.Core.DriverFramework.Classes Namespace