TestingUtils.ConfigureThreadPoolSettingsForStorageTests(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.