SessionOptionsMaxSendCacheSize Property |
Gets or sets the max send cache size.
The default value is 128MB.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public int MaxSendCacheSize { get; set; }
Public Property MaxSendCacheSize As Integer
Get
Set
public:
property int MaxSendCacheSize {
int get ();
void set (int value);
}
member MaxSendCacheSize : int with get, set
Property Value
Type:
Int32See Also