C# Class BottomShelf.Host.HostedService

Show file Open project: tyronegroves/BottomShelf Class Usage Examples

Public Methods

Method 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 method

public HostedService ( string hostedServiceTypeName, AssemblyName assemblyName, string assemblyFile ) : System
hostedServiceTypeName string
assemblyName System.Reflection.AssemblyName
assemblyFile string
return System

Start() public method

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

Stop() public method

public Stop ( ) : void
return void