SiemensWebApiLogoutAsync 方法 |
从PLC退出登录,当前的token信息失效,需要再次调用
ConnectServer获取新的token信息才可以。
Log out from the PLC, the current token information is invalid, you need to call
ConnectServer again to get the new token information.
命名空间:
HslCommunication.Profinet.Siemens
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult> LogoutAsync()
Public Function LogoutAsync As Task(Of OperateResult)
public:
Task<OperateResult^>^ LogoutAsync()
member LogoutAsync : unit -> Task<OperateResult>
返回值
类型:
TaskOperateResult是否成功
参见