[EnterpriseEditionAttribute]
public abstract class TcpDmtpClientFactory<TClient> : DmtpClientFactory<TClient>
where TClient : class, new(), ITcpDmtpClient
<EnterpriseEditionAttribute>
Public MustInherit Class TcpDmtpClientFactory(Of TClient As {Class, New, ITcpDmtpClient})
Inherits DmtpClientFactory(Of TClient)[<AbstractClassAttribute>]
[<EnterpriseEditionAttribute>]
type TcpDmtpClientFactory<'TClient when 'TClient : not struct, new() and ITcpDmtpClient> =
class
inherit DmtpClientFactory<'TClient>
end| TcpDmtpClientFactoryTClient | 适用于基于Tcp协议的Dmtp的连接工厂。 |
| AvailableCount |
获取可用的客户端数量。
该值指示了当前空闲的客户端数量和未创建的客户端数量。 (继承自 ClientFactoryTClient。) |
| CreatedClients |
已创建的客户端安全列表,一般不要直接操作。
(继承自 ClientFactoryTClient。) |
| CreatedCount |
获取已经创建的客户端数量。
(继承自 ClientFactoryTClient。) |
| DisposedValue |
标识该对象是否已被释放
(继承自 DisposableObject。) |
| FreeClients |
空闲客户端的安全队列,一般不要直接操作。
(继承自 ClientFactoryTClient。) |
| FreeCount |
获取空闲的客户端数量。
(继承自 ClientFactoryTClient。) |
| GetConfig |
获取传输的客户端配置
(继承自 ConnectableClientFactoryTClient。) |
| MaxCount |
最大客户端数量。默认10。
(继承自 ClientFactoryTClient。) |
| MaxWaitTime |
获取或设置客户端池等待可用客户端的最大时间。默认1秒。
(继承自 ClientFactoryTClient。) |
| MinCount |
池中维护的最小客户端数量。默认0。
(继承自 ClientFactoryTClient。) |