C# Class Manos.Mvc.ControllerFactory

Inheritance: ManosModule
Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Méthodes publiques

Свойство Type Description
ControllerType System.Type
Service ControllerService
UseThreadPool bool

Méthodes publiques

Méthode Description
ControllerFactory ( ControllerService Service, Type type, bool UseThreadPool ) : System

Method Details

ControllerFactory() public méthode

public ControllerFactory ( ControllerService Service, Type type, bool UseThreadPool ) : System
Service ControllerService
type System.Type
UseThreadPool bool
Résultat System

Property Details

ControllerType public_oe property

public Type,System ControllerType
Résultat System.Type

Service public_oe property

public ControllerService,Manos.Mvc Service
Résultat ControllerService

UseThreadPool public_oe property

public bool UseThreadPool
Résultat bool