| SessionOptionsConnectTimeout Property |
Gets or sets the connection timeout in milliseconds when connecting
to an endpoint.
The default value is 5000. The value must be greater than zero and
less than or equal to 120000.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic 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:
Int32
See Also