Interface IEventState
Represents contract of an event which has state.
public interface IEventState
- Extension Methods
Remarks
The state allows for passing data between processing handlers if the event is a compound event consisting of multiple associated events (such as before and after events).
Properties
State
Gets the state of the event.
EventStateStore State { get; }
Property Value
Remarks
Use the state to pass data between event processing handlers if the event is a compound event consisting of multiple associated events (such as before and after events).