C# Класс WindowsServiceHost.NormalizePhraseService

Наследование: System.ServiceProcess.ServiceBase, INormalizePhraseService
Показать файл Открыть проект

Открытые методы

Метод Описание
EndSession ( ) : void
NormalizePhrase ( string phrase ) : string
NormalizePhraseService ( ) : System
StartSession ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadDict ( ) : void
OnAssemblyResolve ( object sender, ResolveEventArgs args ) : System.Reflection.Assembly

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EndSession() публичный Метод

public EndSession ( ) : void
Результат void

NormalizePhrase() публичный Метод

public NormalizePhrase ( string phrase ) : string
phrase string
Результат string

NormalizePhraseService() публичный Метод

public NormalizePhraseService ( ) : System
Результат System

StartSession() публичный Метод

public StartSession ( ) : void
Результат void