Table of Contents

Interface IClientEffect

Namespace
DCR.Workflow.Effect
Assembly
DCR.Workflow.dll
public interface IClientEffect : IEffect
Inherited Members
Extension Methods

Methods

ExecuteClientEffectAsync(Model, Activity, Dictionary<string, string>)

Task<object?> ExecuteClientEffectAsync(Model m, Activity a, Dictionary<string, string> parameters)

Parameters

m Model
a Activity
parameters Dictionary<string, string>

Returns

Task<object>

SetClientEffectState(object?)

Set the client state

void SetClientEffectState(object? u)

Parameters

u object

The client state, provided by the host system. Note that this value may be null.

Remarks