Class StressTest
public static class StressTest
- Inheritance
-
objectStressTest
Methods
Run(Action, int)
Runs the given action many times in parallel.
public static void Run(Action action, int threadCount = 100)
Parameters
actionActionthreadCountint
Exceptions
- AggregateException
One or more of the executions of the action threw an exception.