Interface InstanceContext<TInstance>
- Namespace
- Automatonymous
- Assembly
- Automatonymous.dll
public interface InstanceContext<out TInstance> : PipeContextType Parameters
- TInstance
Properties
Instance
The state instance which is targeted by the event
TInstance Instance { get; }Property Value
- TInstance