C# Класс Ninject.Extensions.MessageBroker.Model.Channels.StandardMessageChannelFactory

The stock implementation of a IMessageChannelFactory.
Наследование: Ninject.Components.NinjectComponent, IMessageChannelFactory, IHaveKernel
Показать файл Открыть проект

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

Метод Описание
Create ( string name ) : IMessageChannel

Creates a channel with the specified name.

StandardMessageChannelFactory ( IKernel kernel ) : Ninject.Components

Initializes a new instance of the StandardMessageChannelFactory class.

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

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

Creates a channel with the specified name.
public Create ( string name ) : IMessageChannel
name string The channel's name.
Результат IMessageChannel

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

Initializes a new instance of the StandardMessageChannelFactory class.
public StandardMessageChannelFactory ( IKernel kernel ) : Ninject.Components
kernel IKernel The kernel.
Результат Ninject.Components