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. |
CountOptional
public object Count { get; set; }
- Type: object
ModeOptional
public object Mode { get; set; }
- Type: object