Table of Contents

Method Then

Namespace
Millrace.Workflows
Assembly
Millrace.dll

Then<TActivity>()

Appends an activity to the current sequence.

IWorkflowBuilder<TData> Then<TActivity>() where TActivity : IActivity<TData>

Returns

IWorkflowBuilder<TData>

Type Parameters

TActivity