C# Класс 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.
Наследование: Appccelerate.EventBroker.Internals.Publications.Publication
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescribeTo ( TextWriter writer ) : void
SpontaneousPublication ( IEventTopicExecuter topic, object publisher, Type eventArgsType, HandlerRestriction handlerRestriction, IList publicationMatchers ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

DescribeTo() публичный Метод

public DescribeTo ( TextWriter writer ) : void
writer System.IO.TextWriter
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

SpontaneousPublication() публичный Метод

public SpontaneousPublication ( IEventTopicExecuter topic, object publisher, Type eventArgsType, HandlerRestriction handlerRestriction, IList publicationMatchers ) : System
topic IEventTopicExecuter
publisher object
eventArgsType System.Type
handlerRestriction HandlerRestriction
publicationMatchers IList
Результат System