SessionOptionsAutoRestartOnDisconnection Property |
Gets or sets the auto restart flag.
The default is false.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax public bool AutoRestartOnDisconnection { get; set; }
Public Property AutoRestartOnDisconnection As Boolean
Get
Set
public:
property bool AutoRestartOnDisconnection {
bool get ();
void set (bool value);
}
member AutoRestartOnDisconnection : bool with get, set
Property Value
Type:
BooleanSee Also