Table of Contents

Interface IActivityOutputOnlyTask<TOutput>

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

Defines an Activity, optionally for IHost conventions, with Task support.

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>

See Also