C# 클래스 Microsoft.Silverlight.Testing.Tools.TestService

Test service hosting implementation.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

Private Properties

프로퍼티 타입 설명
StartupServer void
Stop void

공개 메소드들

메소드 설명
Start ( ) : void

Starts the test service hosting thread.

TestService ( TestServiceOptions serviceOptions ) : System

Initializes a new instance of the TestService type. Once started, the service will listen on the provided parameters' socket.

비공개 메소드들

메소드 설명
StartupServer ( ) : void

Implementation of the startup routine for the host service.

Stop ( ) : void

메소드 상세

Start() 공개 메소드

Starts the test service hosting thread.
public Start ( ) : void
리턴 void

TestService() 공개 메소드

Initializes a new instance of the TestService type. Once started, the service will listen on the provided parameters' socket.
public TestService ( TestServiceOptions serviceOptions ) : System
serviceOptions TestServiceOptions The service options to use.
리턴 System