Méthode | Description | |
---|---|---|
SampleService ( ILogger logger, IMessageSubscriber sampleMessageSubscriber ) : Prototype.Logger | ||
Start ( HostControl hostControl ) : bool |
Start the service
|
|
Stop ( HostControl hostControl ) : bool |
Stops the service
|
public SampleService ( ILogger logger, IMessageSubscriber sampleMessageSubscriber ) : Prototype.Logger | ||
logger | ILogger | |
sampleMessageSubscriber | IMessageSubscriber | |
Résultat | Prototype.Logger |
public Start ( HostControl hostControl ) : bool | ||
hostControl | HostControl | the topshelf host |
Résultat | bool |
public Stop ( HostControl hostControl ) : bool | ||
hostControl | HostControl | the topshelf host |
Résultat | bool |