C# 클래스 WindowsPhoneTestFramework.Client.AutomationClient.AutomationClient

상속: IAutomationClient
파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework 1 사용 예제들

공개 메소드들

메소드 설명
AutomationClient ( IConfiguration configuration ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
GetAndProcessNextCommand ( ) : void
ProcessNextCommand ( CommandBase command ) : void
RaiseApplicationSettingsChanged ( string>.Dictionary settings ) : void
Run ( ) : void

메소드 상세

AutomationClient() 공개 메소드

public AutomationClient ( IConfiguration configuration ) : System
configuration IConfiguration
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void