Interface IRunnable
An object that can be invoked synchronously via a run method.
Namespace: Steeltoe.Common.Util
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IRunnable
Methods
| Edit this page View SourceRun()
Run this object
Declaration
bool Run()
Returns
Type | Description |
---|---|
System.Boolean | returns success or failure |