SessionOptionsServiceDownloadTimeout Property |
Gets or sets the service download timeout in ms.
The default value is 120000 ms.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public int ServiceDownloadTimeout { get; set; }
Public Property ServiceDownloadTimeout As Integer
Get
Set
public:
property int ServiceDownloadTimeout {
int get ();
void set (int value);
}
member ServiceDownloadTimeout : int with get, set
Property Value
Type:
Int32See Also