C# Class Microsoft.Silverlight.Testing.Tools.TestService

Test service hosting implementation.
Show file Open project: garyjohnson/wpnest Class Usage Examples

Private Properties

Property Type Description
StartupServer void
Stop void

Public Methods

Method Description
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.

Private Methods

Method Description
StartupServer ( ) : void

Implementation of the startup routine for the host service.

Stop ( ) : void

Method Details

Start() public method

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

TestService() public method

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.
return System