| 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.23.1.1
Syntaxpublic 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:
Boolean
See Also