C# 클래스 Ninject.Extensions.MessageBroker.Model.Subscriptions.StandardMessageSubscriptionFactory

The stock definition of a IMessageSubscriptionFactory.
상속: Ninject.Components.NinjectComponent, IMessageSubscriptionFactory
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.MessageBroker

공개 메소드들

메소드 설명
Create ( IMessageChannel channel, object subscriber, MethodInjector injector, DeliveryThread deliveryThread ) : IMessageSubscription

Creates a subscription for the specified channel.

메소드 상세

Create() 공개 메소드

Creates a subscription for the specified channel.
public Create ( IMessageChannel channel, object subscriber, MethodInjector injector, DeliveryThread deliveryThread ) : IMessageSubscription
channel IMessageChannel The channel that will be subscribed to.
subscriber object The object that will receive events from the channel.
injector MethodInjector The injector that will be called to trigger the event handler.
deliveryThread DeliveryThread The thread on which the subscription will be delivered.
리턴 IMessageSubscription