C# Класс Ninject.Extensions.MessageBroker.Model.Publications.StandardMessagePublicationFactory

Creates IMessagePublications.
Наследование: Ninject.Components.NinjectComponent, IMessagePublicationFactory
Показать файл Открыть проект

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

Метод Описание
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