YokogawaLinkTcpStartAsync 方法 |
[商业授权] 如果未执行程序,则开始执行程序
[Authorization] Starts executing a program if it is not being executed
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult> StartAsync()
Public Function StartAsync As Task(Of OperateResult)
public:
Task<OperateResult^>^ StartAsync()
member StartAsync : unit -> Task<OperateResult>
返回值
类型:
TaskOperateResult是否启动成功
备注
This command will be ignored if it is executed while a program is being executed.
Refer to the users manual for the individual modules for the response formats that are used at error times.
参见