YokogawaLinkTcpStopAsync 方法 |
[商业授权] 停止当前正在执行程序
[Authorization] Stops the executing program.
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult> StopAsync()
Public Function StopAsync As Task(Of OperateResult)
public:
Task<OperateResult^>^ StopAsync()
member StopAsync : unit -> Task<OperateResult>
返回值
类型:
TaskOperateResult是否启动成功
备注
This command will be ignored if it is executed when no program is being executed.
Refer to the users manual for the individual modules for the response formats that are used at error times.
参见