SessionOptionsConnectTimeout Property |
Gets or sets the connection timeout in ms.
The default value is 120000 ms.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public int ConnectTimeout { get; set; }
Public Property ConnectTimeout As Integer
Get
Set
public:
property int ConnectTimeout {
int get ();
void set (int value);
}
member ConnectTimeout : int with get, set
Property Value
Type:
Int32See Also