CK.Monitoring.Tests.StressTests.RunContext.RunContext C# (CSharp) Method

RunContext() public method

public RunContext ( RunContextParam parameters ) : System
parameters RunContextParam
return System
            public RunContext( RunContextParam parameters )
            {
                GrandOutput = CreateGrandOutputWithFakeHandler( parameters.HandlerExtraLoad, parameters.UseLocalTestStrategy, parameters.DispatcherMaxCapacity );
                LoopCount = parameters.LoopCount;
                Barrier = new Barrier( parameters.PoolThreadCount + parameters.NewThreadCount + 1 );
                _newThreadCount = parameters.NewThreadCount;
            }