C# Class Ninject.Extensions.WeakEventMessageBroker.PublicationDirective

Inheritance: IDirective
ファイルを表示 Open project: ninject/Ninject.Extensions.WeakEventMessageBroker

Public Methods

Method Description
PublicationDirective ( string channel, EventInfo eventInfo ) : System.Reflection

Initializes a new instance of the PublicationDirective class.

Method Details

PublicationDirective() public method

Initializes a new instance of the PublicationDirective class.
public PublicationDirective ( string channel, EventInfo eventInfo ) : System.Reflection
channel string The channel.
eventInfo System.Reflection.EventInfo The event tied to the channel.
return System.Reflection