Table of Contents

Interface IApplicationTask

Namespace
Steeltoe.Common
Assembly
Steeltoe.Common.Abstractions.dll

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

string

Methods

Run()

Action which to run

void Run()