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
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
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