C# Класс Microsoft.Silverlight.Testing.Tools.TestService

Test service hosting implementation.
Показать файл Открыть проект Примеры использования класса

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