Table of Contents

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

name string
run Action

Properties

Name

Gets globally unique name for the task

public string Name { get; }

Property Value

string

Methods

Run()

Action which to run

public void Run()