Actor.OnEventDoActionAttribute class

Attribute for declaring which action should be invoked to handle a dequeued event of the specified type.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
protected sealed class OnEventDoActionAttribute : Attribute

Public Members

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

See Also