Table of Contents

Interface IAsyncRunnable

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

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

public interface IAsyncRunnable

Methods

Run()

Run this component.

Task<bool> Run()

Returns

Task<bool>

return a task to signal completion