StateMachine.State.DeferEventsAttribute class

Attribute for declaring what events should be deferred in a state.

[AttributeUsage(AttributeTargets.Class)]
protected sealed class DeferEventsAttribute : Attribute

Public Members

name description
DeferEventsAttribute(…) Initializes a new instance of the DeferEventsAttribute class.

See Also