C# 클래스 Ninject.Extensions.WeakEventMessageBroker.SubscriptionDirective

상속: IDirective
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.WeakEventMessageBroker

공개 메소드들

메소드 설명
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