C# 클래스 CK.Monitoring.Tests.StressTests.RunContext

상속: IDisposable
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 프로퍼티들

프로퍼티 타입 설명
GrandOutput GrandOutput
LoopCount int
_newThreadCount int

공개 메소드들

메소드 설명
Dispose ( ) : void
IncrementPerfTrace ( ) : int
RunAndGetPerfTraceCount ( Action a ) : int
RunContext ( RunContextParam parameters ) : System

비공개 메소드들

메소드 설명
CreateGrandOutputWithFakeHandler ( int handlerExtralLoad, bool useAdaptive, int dispatcherMaxCapacity ) : GrandOutput
Run ( object state ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IncrementPerfTrace() 공개 메소드

public IncrementPerfTrace ( ) : int
리턴 int

RunAndGetPerfTraceCount() 공개 메소드

public RunAndGetPerfTraceCount ( Action a ) : int
a Action
리턴 int

RunContext() 공개 메소드

public RunContext ( RunContextParam parameters ) : System
parameters RunContextParam
리턴 System

프로퍼티 상세

GrandOutput 공개적으로 프로퍼티

public GrandOutput GrandOutput
리턴 GrandOutput

LoopCount 공개적으로 프로퍼티

public int LoopCount
리턴 int

_newThreadCount 공개적으로 프로퍼티

public int _newThreadCount
리턴 int