Interface IActivity<TInput>
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
Defines an Activity, optionally for IHost conventions.
public interface IActivity<in TInput>
Type Parameters
TInput
The type of the input.
- Extension Methods
Remarks
For more detail, see “Songhay System Activities example” [https://github.com/BryanWilhite/Songhay.HelloWorlds.Activities]
Methods
Start(TInput?)
Starts with the specified input.
void Start(TInput? input)
Parameters
input
TInputThe input.