Table of Contents

Delegate WorkflowEventHandler<TEvent>

Namespace
Acuit.Pinpoint.Workflows
Assembly
Acuit.Pinpoint.Workflows.dll

A workflow event bus event handler delegate.

public delegate void WorkflowEventHandler<TEvent>(ActivityContext context, TEvent e)

Parameters

context ActivityContext

The activity context.

e TEvent

The event.

Type Parameters

TEvent

The event type.