C# Класс Ninject.Extensions.WeakEventMessageBroker.EventBindingStrategy

An activation strategy that binds events to message channels after instances are initialized
Наследование: Ninject.Activation.Strategies.ActivationStrategy
Показать файл Открыть проект

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

Метод Описание
Activate ( IContext context, InstanceReference reference ) : void

Contributes to the activation of the instance in the specified context.

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

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

Contributes to the activation of the instance in the specified context.
public Activate ( IContext context, InstanceReference reference ) : void
context IContext The context.
reference InstanceReference The instance to process.
Результат void