| SessionOptionsNumStartAttempts Property |
Gets or sets the max start attempts.
The default value is 3.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntaxpublic int NumStartAttempts { get; set; }Public Property NumStartAttempts As Integer
Get
Set
public:
property int NumStartAttempts {
int get ();
void set (int value);
}member NumStartAttempts : int with get, set
Property Value
Type:
Int32
See Also