Edit

Share via


TestingUtils.ConfigureThreadPoolSettingsForStorageTests(Int32) Method

Definition

Configures the ThreadPool and the ServicePointManager for tests.

public static void ConfigureThreadPoolSettingsForStorageTests (int numDotNetPoolThreads = 200);
static member ConfigureThreadPoolSettingsForStorageTests : int -> unit
Public Sub ConfigureThreadPoolSettingsForStorageTests (Optional numDotNetPoolThreads As Integer = 200)
Public Shared Sub ConfigureThreadPoolSettingsForStorageTests (Optional numDotNetPoolThreads As Integer = 200)

Parameters

numDotNetPoolThreads
Int32

The minimum number of ThreadPool threads.

Applies to