C# Class Org.IdentityConnectors.Framework.Service.Service

Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
DumpRequests ( ) : void
Service ( ) : System
StartService ( string args ) : void
StopService ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnStart ( string args ) : void

Start this service.

OnStop ( ) : void

Stop this service.

Private Methods

Method Description
GetApplicationSettings ( ) : NameValueCollection
GetCertificate ( ) : X509Certificate
initializeCurrentDirectory ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

DumpRequests() public method

public DumpRequests ( ) : void
return void

OnStart() protected method

Start this service.
protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

Stop this service.
protected OnStop ( ) : void
return void

Service() public method

public Service ( ) : System
return System

StartService() public method

public StartService ( string args ) : void
args string
return void

StopService() public method

public StopService ( ) : void
return void