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. |
Handle
Required
public object Handle { get; set; }
- Type: object
Timeout
Required
public object Timeout { get; set; }
- Type: object
Count
Optional
public object Count { get; set; }
- Type: object
ShowProgressEvent
Optional
public object ShowProgressEvent { get; set; }
- Type: object