C# Class BottomShelf.Host.HostedService

Afficher le fichier Open project: tyronegroves/BottomShelf Class Usage Examples

Méthodes publiques

Méthode Description
HostedService ( string hostedServiceTypeName, AssemblyName assemblyName, string assemblyFile ) : System
Start ( BottomShelf.Host.Monitoring.FileSystemWatcher watcher, System.Action removeHostedService ) : void
Stop ( ) : void

Method Details

HostedService() public méthode

public HostedService ( string hostedServiceTypeName, AssemblyName assemblyName, string assemblyFile ) : System
hostedServiceTypeName string
assemblyName System.Reflection.AssemblyName
assemblyFile string
Résultat System

Start() public méthode

public Start ( BottomShelf.Host.Monitoring.FileSystemWatcher watcher, System.Action removeHostedService ) : void
watcher BottomShelf.Host.Monitoring.FileSystemWatcher
removeHostedService System.Action
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void