Instance.GetChildInstance Method

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

 

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


Instance Class

BNCS Namespace