C# Class Appccelerate.EventBroker.Internals.Publications.SpontaneousPublication

A spontaneous publication is used when there is no real publisher but EventBroker.Fire was called directly to fire an event.
Inheritance: Appccelerate.EventBroker.Internals.Publications.Publication
Afficher le fichier Open project: appccelerate/appccelerate Class Usage Examples

Méthodes publiques

Méthode Description
DescribeTo ( TextWriter writer ) : void
SpontaneousPublication ( IEventTopicExecuter topic, object publisher, Type eventArgsType, HandlerRestriction handlerRestriction, IList publicationMatchers ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DescribeTo() public méthode

public DescribeTo ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SpontaneousPublication() public méthode

public SpontaneousPublication ( IEventTopicExecuter topic, object publisher, Type eventArgsType, HandlerRestriction handlerRestriction, IList publicationMatchers ) : System
topic IEventTopicExecuter
publisher object
eventArgsType System.Type
handlerRestriction HandlerRestriction
publicationMatchers IList
Résultat System