RosWaitConditionHandleProps
Properties for defining a RosWaitConditionHandle
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-waitconditionhandle
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new RosWaitConditionHandleProps {
object Count = null,
object Mode = null
};
Properties
Name | Type | Description |
---|---|---|
Count |
object |
No description. |
Mode |
object |
No description. |
Count
Optional
public object Count { get; set; }
- Type: object
Mode
Optional
public object Mode { get; set; }
- Type: object