C# Class Ninject.Extensions.MessageBroker.Model.Channels.StandardMessageChannelFactory

The stock implementation of a IMessageChannelFactory.
Inheritance: Ninject.Components.NinjectComponent, IMessageChannelFactory, IHaveKernel
Mostrar archivo Open project: ninject/Ninject.Extensions.MessageBroker

Public Methods

Method Description
Create ( string name ) : IMessageChannel

Creates a channel with the specified name.

StandardMessageChannelFactory ( IKernel kernel ) : Ninject.Components

Initializes a new instance of the StandardMessageChannelFactory class.

Method Details

Create() public method

Creates a channel with the specified name.
public Create ( string name ) : IMessageChannel
name string The channel's name.
return IMessageChannel

StandardMessageChannelFactory() public method

Initializes a new instance of the StandardMessageChannelFactory class.
public StandardMessageChannelFactory ( IKernel kernel ) : Ninject.Components
kernel IKernel The kernel.
return Ninject.Components