C# Class Ninject.Extensions.WeakEventMessageBroker.SubscriptionDirective

Inheritance: IDirective
Exibir arquivo Open project: ninject/Ninject.Extensions.WeakEventMessageBroker

Public Methods

Method Description
SubscriptionDirective ( string channel, MethodInfo methodInfo, DeliveryThread thread ) : System.Reflection

Initializes a new instance of the SubscriptionDirective class.

Method Details

SubscriptionDirective() public method

Initializes a new instance of the SubscriptionDirective class.
public SubscriptionDirective ( string channel, MethodInfo methodInfo, DeliveryThread thread ) : System.Reflection
channel string The channel.
methodInfo System.Reflection.MethodInfo The method info.
thread DeliveryThread The thread on which the message should be delivered.
return System.Reflection