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 : classParameters
- machineT
- instanceTInstance
Returns
Type Parameters
- T
- TInstance