点击或拖拽改变大小

AllenBradleyPcccServerThreadPoolLoginAfterClientCheck 方法

当客户端登录后,在Ip信息的过滤后,然后触发本方法,进行后续的数据接收,处理,并返回相关的数据信息
When the client logs in, after filtering the IP information, this method is then triggered to perform subsequent data reception, processing, and return related data information

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
protected override OperateResult ThreadPoolLoginAfterClientCheck(
	PipeSession session,
	IPEndPoint endPoint
)

参数

session
类型:HslCommunication.Core.NetPipeSession
管道信息
endPoint
类型:System.NetIPEndPoint
终端节点

返回值

类型:OperateResult

[缺少 "M:HslCommunication.Profinet.AllenBradley.AllenBradleyPcccServer.ThreadPoolLoginAfterClientCheck(HslCommunication.Core.Net.PipeSession,System.Net.IPEndPoint)" 的 <returns> 文档]

参见