Gets or sets the maximum time to wait for connections in the connection pool to complete.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public int ConnectTimeout { get; set; } |
Visual Basic |
---|
Public Property ConnectTimeout As Integer Get Set |
Visual C++ |
---|
public: property int ConnectTimeout { int get (); void set (int value); } |