NetComplexServerAppSessionRemoteClose 方法 |
让客户端正常下线,调用本方法即可自由控制会话客户端强制下线操作。
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void AppSessionRemoteClose(
AppSession session
)
Public Sub AppSessionRemoteClose (
session As AppSession
)
public:
void AppSessionRemoteClose(
AppSession^ session
)
member AppSessionRemoteClose :
session : AppSession -> unit
参数
- session
- 类型:HslCommunication.Core.NetAppSession
会话对象
参见