SessionOptionsDefaultKeepAliveResponseTimeout Property |
Gets or sets the keep alive response time in ms.
The default value is 5000 ms.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public int DefaultKeepAliveResponseTimeout { get; set; }
Public Property DefaultKeepAliveResponseTimeout As Integer
Get
Set
public:
property int DefaultKeepAliveResponseTimeout {
int get ();
void set (int value);
}
member DefaultKeepAliveResponseTimeout : int with get, set
Property Value
Type:
Int32See Also