ConcreteDependable
- Implements: IDependable
A set of constructs to be used as a dependable.
This class can be used when a set of constructs which are disjoint in the construct tree needs to be combined to be used as a single dependable.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Core;
new ConcreteDependable();
Name | Type | Description |
---|---|---|
Methods
Name | Description |
---|---|
Add |
Add a construct to the dependency roots. |
Add
private void Add(IConstruct Construct)
Add a construct to the dependency roots.
- Type: IConstruct