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