C# 클래스 Ninject.Extensions.MessageBroker.Model.Publications.StandardMessagePublicationFactory

Creates IMessagePublications.
상속: Ninject.Components.NinjectComponent, IMessagePublicationFactory
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.MessageBroker

공개 메소드들

메소드 설명
Create ( IMessageChannel channel, object publisher, EventInfo evt ) : IMessagePublication

Creates a publication for the specified channel.

메소드 상세

Create() 공개 메소드

Creates a publication for the specified channel.
public Create ( IMessageChannel channel, object publisher, EventInfo evt ) : IMessagePublication
channel IMessageChannel The channel that will receive the publications.
publisher object The object that will publish events.
evt System.Reflection.EventInfo The event that will be published to the channel.
리턴 IMessagePublication