Interface IApplicationTask
A runnable task bundled with the assembly that can be executed on-demand
public interface IApplicationTask
Properties
Name
Gets globally unique name for the task
string Name { get; }
Property Value
Methods
Run()
Action which to run
void Run()