C# Class SebWindowsServiceWCF.SebWindowsServiceWCF

Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: SafeExamBrowser/seb-win

Public Methods

Method Description
SebWindowsServiceWCF ( ) : System

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
InitializeHost ( ) : void

Method Details

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

SebWindowsServiceWCF() public method

public SebWindowsServiceWCF ( ) : System
return System