NetworkAuthenticationServerBaseRemoveClient 方法 |
移除一个在线的客户端信息
Remove an online client message
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected void RemoveClient(
AppSession session,
string reason = ""
)
Protected Sub RemoveClient (
session As AppSession,
Optional reason As String = ""
)
protected:
void RemoveClient(
AppSession^ session,
String^ reason = L""
)
member RemoveClient :
session : AppSession *
?reason : string
(* Defaults:
let _reason = defaultArg reason ""
*)
-> unit
参数
- session
- 类型:HslCommunication.Core.NetAppSession
会话内容 - reason (Optional)
- 类型:SystemString
下线的原因
参见