ChildInstance Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > ChildInstance Class >

ChildInstance Constructor

Initializes a new instance of the ChildInstance class with the specified id and instanceId.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public ChildInstance(
 string id,
 string instanceId
)

Parameters

id

Type: String
The id of the child instance.

instanceId

Type: String
The instanceId of the child instance.

 

See Also


ChildInstance Class

BNCS Namespace