C# Class KonfDBHost.KonfDBH

Inheritance: System.ServiceProcess.ServiceBase
Mostra file Open project: punitganshani/KonfDB Class Usage Examples

Public Properties

Property Type Description
AuthenticationToken string

Public Methods

Method Description
KonfDBH ( IArguments arguments ) : System

Protected Methods

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

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
InitializeComponent ( ) : void
RunInBackground ( ) : void

Method Details

KonfDBH() public method

public KonfDBH ( IArguments arguments ) : System
arguments IArguments
return System

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Property Details

AuthenticationToken public_oe property

public string AuthenticationToken
return string