Interface IApplicationTask
A runnable task bundled with the assembly that can be executed on-demand
Namespace: Steeltoe.Common
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IApplicationTask
Properties
| Edit this page View SourceName
Gets globally unique name for the task
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Edit this page View SourceRun()
Action which to run
Declaration
void Run()