Table of Contents

Delegate IAppStateMachineBuilder<T>.StateHandlerDelegate

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public delegate Task IAppStateMachineBuilder<T>.StateHandlerDelegate(IAppStateMachineExecutionContext<T> context, CancellationToken cancellationToken)

Parameters

context IAppStateMachineExecutionContext<T>
cancellationToken CancellationToken

Returns

Task