Table of Contents

Interface IActivityTask

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

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

public interface IActivityTask
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 StartAsync()

Returns

Task

See Also