Table of Contents

Method StartWith

Namespace
Millrace.Workflows
Assembly
Millrace.dll

StartWith<TActivity>()

Appends an activity. Identical to Then<TActivity>() — it exists so a definition can open with the word that reads correctly.

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

Returns

IWorkflowBuilder<TData>

Type Parameters

TActivity