Method | Description | |
---|---|---|
Install ( ) : void | ||
OldNativeServiceDispatcher ( ) : System | ||
RunService ( ) : bool | ||
RunStandalone ( ) : void | ||
Uninstall ( ) : void |
Method | Description | |
---|---|---|
OnContinue ( ) : void | ||
OnCustomEvent ( ServiceControl control, int eventType, |
||
OnPause ( ) : void | ||
OnPowerEvent ( int eventType, |
||
OnShutdown ( ) : void | ||
OnStart ( string args ) : void | ||
OnStop ( ) : void | ||
SetServiceStatus ( ServiceState currentState, int win32ExitCode, int serviceSpecificExitCode, int checkPoint, int waitHint = 30000 ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
IsOverriden ( |
||
IsOverriden ( Expression |
||
IsOverriden ( |
||
OnControl ( Expression |
||
RegisterServiceCtrlHandlerEx ( string lpServiceName, ServiceHandlerEx lpHandlerProc, |
||
ServiceHandler ( ServiceControl control, int eventType, |
||
ServiceMain ( int argc, string argv ) : void | ||
SetServiceStatus ( |
||
StartServiceCtrlDispatcher ( |
public OldNativeServiceDispatcher ( ) : System | ||
return | System |
protected OnCustomEvent ( ServiceControl control, int eventType, |
||
control | ServiceControl | |
eventType | int | |
eventData | ||
return | void |
protected OnPowerEvent ( int eventType, |
||
eventType | int | |
eventData | ||
return | void |
protected abstract OnStart ( string args ) : void | ||
args | string | |
return | void |
protected SetServiceStatus ( ServiceState currentState, int win32ExitCode, int serviceSpecificExitCode, int checkPoint, int waitHint = 30000 ) : void | ||
currentState | ServiceState | |
win32ExitCode | int | |
serviceSpecificExitCode | int | |
checkPoint | int | |
waitHint | int | |
return | void |