Interface IActivityOutputOnlyTask<TOutput>
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
public interface IActivityOutputOnlyTask<TOutput>
Type Parameters
TOutput
The type of the output.
- Extension Methods
Remarks
For detail around why this definition exists, see https://github.com/BryanWilhite/SonghayCore/issues/83
Methods
StartAsync()
Starts the IActivity asynchronously.
Task<TOutput?> StartAsync()
Returns
- Task<TOutput>