Interface IAsyncRunnable
An object that can be invoked asynchronously via a run method.
Namespace: Steeltoe.Common.Util
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IAsyncRunnable
Methods
| Edit this page View SourceRun()
Run this component.
Declaration
Task<bool> Run()
Returns
Type | Description |
---|---|
Task<System.Boolean> | return a task to signal completion |