Gets the maximum number of connections in this connection pool.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public int MaxConnections { get; } |
Visual Basic |
---|
Public ReadOnly Property MaxConnections As Integer Get |
Visual C++ |
---|
public: property int MaxConnections { int get (); } |