Method | Description | |
---|---|---|
Main ( ) : void |
Entry point for this service.
|
Method | Description | |
---|---|---|
OnStart ( string args ) : void |
Service startup handler.
|
Method | Description | |
---|---|---|
ConfigureLogger ( ) : void | ||
LazyCopyService ( ) : System |
Initializes static members of the LazyCopyService class.
|
protected OnStart ( string args ) : void | ||
args | string | Service startup parameters. |
return | void |