C# Class Taro.Transports.InProcess.InProcessEventTransport

Inheritance: IEventTransport
Afficher le fichier Open project: mouhong/Taro Class Usage Examples

Méthodes publiques

Méthode Description
InProcessEventTransport ( ) : System
Send ( IEvent @event ) : void

Private Methods

Méthode Description
FindDirectHandlers ( Type eventType ) : IEnumerable
InvokeHandlers ( IEvent @event, IEnumerable handlers ) : void

Method Details

InProcessEventTransport() public méthode

public InProcessEventTransport ( ) : System
Résultat System

Send() public méthode

public Send ( IEvent @event ) : void
@event IEvent
Résultat void