RosWaitConditionProps
Properties for defining a RosWaitCondition.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-waitcondition
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new RosWaitConditionProps {
object Handle,
object Timeout,
object Count = null,
object ShowProgressEvent = null
};
Properties
| Name | Type | Description |
|---|---|---|
Handle |
object |
No description. |
Timeout |
object |
No description. |
Count |
object |
No description. |
ShowProgressEvent |
object |
No description. |
HandleRequired
public object Handle { get; set; }
- Type: object
TimeoutRequired
public object Timeout { get; set; }
- Type: object
CountOptional
public object Count { get; set; }
- Type: object
ShowProgressEventOptional
public object ShowProgressEvent { get; set; }
- Type: object