UtilGeckoFxPipeliningMaxRequests Property
Gets or sets the maximum amount of requests to pipeline at once when pipelining is enabled.
Namespace: DevCase.ThirdParty.GeckoFxAssembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int PipeliningMaxRequests { get; set; }
Public Shared Property PipeliningMaxRequests As Integer
Get
Set
Dim value As Integer
value = UtilGeckoFx.PipeliningMaxRequests
UtilGeckoFx.PipeliningMaxRequests = value
public:
static property int PipeliningMaxRequests {
int get ();
void set (int value);
}
static member PipeliningMaxRequests : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The maximum amount of requests to pipeline at once when pipelining is enabled.
Recommended value: 10