C# Class NServiceBus.ObjectBuilder.Machine.SingletonResolver

Inheritance: TransientResolver
Afficher le fichier Open project: machine/machine.mta Class Usage Examples

Méthodes publiques

Méthode Description
ConfigureIfNecessary ( object instance ) : object
SingletonResolver ( Type type, IMachineContainer container, object>.Func buildAndConfigure ) : System

Method Details

ConfigureIfNecessary() public méthode

public ConfigureIfNecessary ( object instance ) : object
instance object
Résultat object

SingletonResolver() public méthode

public SingletonResolver ( Type type, IMachineContainer container, object>.Func buildAndConfigure ) : System
type System.Type
container IMachineContainer
buildAndConfigure object>.Func
Résultat System