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

Test service hosting implementation.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Private Properties

Свойство Type Description
StartupServer void
Stop void

Méthodes publiques

Méthode 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

Méthode Description
StartupServer ( ) : void

Implementation of the startup routine for the host service.

Stop ( ) : void

Method Details

Start() public méthode

Starts the test service hosting thread.
public Start ( ) : void
Résultat void

TestService() public méthode

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.
Résultat System