Interface IEventDispatcherAction
Interface for event dispatcher actions.
Inherited Members
Namespace: Serenity.EventDispatcher.Application.Interfaces
Assembly: Serenity.Global.Application.dll
Syntax
public interface IEventDispatcherAction : IDisposable
Properties
SignalType
Gets the type of signal this action is associated with.
Declaration
Type SignalType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Methods
Initialize(IEventDispatcherService)
Initializes the action with the given event dispatcher service.
Declaration
void Initialize(IEventDispatcherService dispatcher)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventDispatcherService | dispatcher | The event dispatcher service to use. |