Appccelerate.EventBroker.Internals.Publications.SpontaneousPublication.SpontaneousPublication C# (CSharp) Method

SpontaneousPublication() public method

public SpontaneousPublication ( IEventTopicExecuter topic, object publisher, Type eventArgsType, HandlerRestriction handlerRestriction, IList publicationMatchers ) : System
topic IEventTopicExecuter
publisher object
eventArgsType System.Type
handlerRestriction HandlerRestriction
publicationMatchers IList
return System
        public SpontaneousPublication(IEventTopicExecuter topic, object publisher, Type eventArgsType, HandlerRestriction handlerRestriction, IList<IPublicationMatcher> publicationMatchers) :
            base(topic, publisher, handlerRestriction, publicationMatchers)
        {
            this.eventArgsType = eventArgsType;
        }