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

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

공개 메소드들

메소드 설명
PublicationDirective ( string channel, EventInfo eventInfo ) : System.Reflection

Initializes a new instance of the PublicationDirective class.

메소드 상세

PublicationDirective() 공개 메소드

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.
리턴 System.Reflection