点击或拖拽改变大小

ConnectPoolTConnectorReturnConnector 方法

使用完之后需要通知连接池的管理器,本方法调用之前需要获取到连接对象信息。
After using it, you need to notify the manager of the connection pool, and you need to get the connection object information before calling this method.

命名空间:  HslCommunication.Algorithms.ConnectPool
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void ReturnConnector(
	TConnector connector
)

参数

connector
类型:TConnector
连接对象
参见