| NetSimplifyServerAppSessionRemoteClose 方法  | 
 
            让客户端正常下线,调用本方法即可自由控制会话客户端强制下线操作。
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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
 会话对象
 参见
参见