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.24.6.1
Syntax public 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:
Int32See Also