Class DelegatingTask
- Namespace
- Steeltoe.Management.TaskCore
- Assembly
- Steeltoe.Management.TaskCore.dll
public class DelegatingTask : IApplicationTask
- Inheritance
-
DelegatingTask
- Implements
- Inherited Members
Constructors
DelegatingTask(string, Action)
public DelegatingTask(string name, Action run)
Parameters
Properties
Name
Gets globally unique name for the task
public string Name { get; }
Property Value
Methods
Run()
Action which to run
public void Run()