点击或拖拽改变大小

NetworkBaseThreadPoolSocketCheckTimeOut 方法

检查网络套接字是否操作超时,传入的参数需要是HslTimeOut类型,封装socket操作。
Check if the operation of the network socket has timed out. The parameters passed in need to be of type HslTimeOut to encapsulate the socket operation.

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:9.6.0.0 (9.6.0.0)
语法
protected void ThreadPoolSocketCheckTimeOut(
	Object obj
)

参数

obj
类型:SystemObject
通常是 HslTimeOut 对象
参见