Table of Contents

Interface IRunnable

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

An object that can be invoked synchronously via a run method.

public interface IRunnable

Methods

Run()

Run this object

bool Run()

Returns

bool

returns success or failure