C# 클래스 CK.Core.Tests.Monitoring.ThreadContext

파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NumMonitor int
OperationCount int
Rand System.Random

공개 메소드들

메소드 설명
Run ( ) : void
ThreadContext ( ActivityMonitorErrorLogs context, int numMonitor, int buggyClientCount, int operationCount ) : System

비공개 메소드들

메소드 설명
CheckResult ( string clientText ) : void
CreateMonitorWithBuggyListeners ( int buggyClientCount ) : IActivityMonitor

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

ThreadContext() 공개 메소드

public ThreadContext ( ActivityMonitorErrorLogs context, int numMonitor, int buggyClientCount, int operationCount ) : System
context ActivityMonitorErrorLogs
numMonitor int
buggyClientCount int
operationCount int
리턴 System

프로퍼티 상세

NumMonitor 공개적으로 프로퍼티

public int NumMonitor
리턴 int

OperationCount 공개적으로 프로퍼티

public int OperationCount
리턴 int

Rand 공개적으로 프로퍼티

public Random,System Rand
리턴 System.Random