C# 클래스 System.Threading.Tests.ThreadTestHelpers

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CheckedWait ( this wh ) : void
CreateGuardedThread ( Action &waitForThread, Action start ) : Thread
CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action start ) : Thread
CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action start ) : Thread
CreateGuardedThread ( Action &waitForThread, Action start ) : Thread
RunTestInBackgroundThread ( Action test ) : void
WaitForCondition ( Func condition ) : void
WaitForConditionWithCustomDelay ( Func condition, Action delay ) : void
WaitForConditionWithoutBlocking ( Func condition ) : void

메소드 상세

CheckedWait() 공개 정적인 메소드

public static CheckedWait ( this wh ) : void
wh this
리턴 void

CreateGuardedThread() 공개 정적인 메소드

public static CreateGuardedThread ( Action &waitForThread, Action start ) : Thread
waitForThread Action
start Action
리턴 Thread

CreateGuardedThread() 공개 정적인 메소드

public static CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action start ) : Thread
checkForThreadErrors Action
waitForThread Action
start Action
리턴 Thread

CreateGuardedThread() 공개 정적인 메소드

public static CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action start ) : Thread
checkForThreadErrors Action
waitForThread Action
start Action
리턴 Thread

CreateGuardedThread() 공개 정적인 메소드

public static CreateGuardedThread ( Action &waitForThread, Action start ) : Thread
waitForThread Action
start Action
리턴 Thread

RunTestInBackgroundThread() 공개 정적인 메소드

public static RunTestInBackgroundThread ( Action test ) : void
test Action
리턴 void

WaitForCondition() 공개 정적인 메소드

public static WaitForCondition ( Func condition ) : void
condition Func
리턴 void

WaitForConditionWithCustomDelay() 공개 정적인 메소드

public static WaitForConditionWithCustomDelay ( Func condition, Action delay ) : void
condition Func
delay Action
리턴 void

WaitForConditionWithoutBlocking() 공개 정적인 메소드

public static WaitForConditionWithoutBlocking ( Func condition ) : void
condition Func
리턴 void