Table of Contents

Interface IActivityOutputOnly<TOutput>

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

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

public interface IActivityOutputOnly<out 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

Start()

Starts the IActivity asynchronously.

TOutput? Start()

Returns

TOutput

See Also