C# Класс Ninject.Extensions.WeakEventMessageBroker.SubscriptionDirective

Наследование: IDirective
Показать файл Открыть проект

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

Метод Описание
SubscriptionDirective ( string channel, MethodInfo methodInfo, DeliveryThread thread ) : System.Reflection

Initializes a new instance of the SubscriptionDirective class.

Описание методов

SubscriptionDirective() публичный Метод

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.
Результат System.Reflection