Interface IAsyncRunnable
An object that can be invoked asynchronously via a run method.
public interface IAsyncRunnable
Methods
Run()
Run this component.
Task<bool> Run()
An object that can be invoked asynchronously via a run method.
public interface IAsyncRunnable
Run this component.
Task<bool> Run()