Table of Contents

Class IntrospectionExtensions

Namespace
Automatonymous
Assembly
Automatonymous.dll
public static class IntrospectionExtensions
Inheritance
IntrospectionExtensions
Inherited Members

Methods

NextEvents<T, TInstance>(T, TInstance)

public static Task<IEnumerable<Event>> NextEvents<T, TInstance>(this T machine, TInstance instance) where T : class, StateMachine, StateMachine<TInstance> where TInstance : class

Parameters

machine T
instance TInstance

Returns

Task<IEnumerable<Event>>

Type Parameters

T
TInstance