C# 클래스 Microsoft.Silverlight.Testing.Harness.FastRunDispatcher

A type which handles preparing the underlying dispatcher or timer from which the test work items execute.
상속: RunDispatcher
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
FastRunDispatcher ( Func runNextStep, Dispatcher dispatcher ) : System

Sets up a new run method manager.

Run ( ) : void

Begin the execution process by hooking up the underlying DispatcherTimer to call into the test framework regularly and perform test work items.

메소드 상세

FastRunDispatcher() 공개 메소드

Sets up a new run method manager.
public FastRunDispatcher ( Func runNextStep, Dispatcher dispatcher ) : System
runNextStep Func /// Conditional delegate which returns true as long as there is /// additional work. ///
dispatcher System.Windows.Threading.Dispatcher An instance of the dispatcher to use.
리턴 System

Run() 공개 메소드

Begin the execution process by hooking up the underlying DispatcherTimer to call into the test framework regularly and perform test work items.
public Run ( ) : void
리턴 void