C# Class Ninject.Extensions.MessageBroker.Model.Publications.StandardMessagePublicationFactory

Creates IMessagePublications.
Inheritance: Ninject.Components.NinjectComponent, IMessagePublicationFactory
Afficher le fichier Open project: ninject/Ninject.Extensions.MessageBroker

Méthodes publiques

Méthode Description
Create ( IMessageChannel channel, object publisher, EventInfo evt ) : IMessagePublication

Creates a publication for the specified channel.

Method Details

Create() public méthode

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.
Résultat IMessagePublication