C# Класс Hangfire.Windsor.WindsorJobActivator

Hangfire Job Activator based on Castle Windsor IoC Container.
Наследование: JobActivator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ActivateJob ( Type jobType ) : object

Activates a job of a given type using the Windsor Kernel

WindsorJobActivator ( IKernel kernel ) : Castle.MicroKernel

Initializes new instance of WindsorJobActivator with a Windsor Kernel

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

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

Activates a job of a given type using the Windsor Kernel
public ActivateJob ( Type jobType ) : object
jobType System.Type Type of job to activate
Результат object

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

Initializes new instance of WindsorJobActivator with a Windsor Kernel
public WindsorJobActivator ( IKernel kernel ) : Castle.MicroKernel
kernel IKernel Kernel that will be used to create instance /// of classes during job activation process.
Результат Castle.MicroKernel