C# Class Flatwhite.AutofacIntergration.AutofacServiceActivator

Inheritance: IServiceActivator
Mostrar archivo Open project: vanthoainguyen/Flatwhite Class Usage Examples

Public Methods

Method Description
AutofacServiceActivator ( ILifetimeScope lifetimeScope ) : System
BeginScope ( ) : ICacheDependencyScope
CreateInstance ( Type serviceType ) : object
Dispose ( ) : void

Method Details

AutofacServiceActivator() public method

public AutofacServiceActivator ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
return System

BeginScope() public method

public BeginScope ( ) : ICacheDependencyScope
return ICacheDependencyScope

CreateInstance() public method

public CreateInstance ( Type serviceType ) : object
serviceType System.Type
return object

Dispose() public method

public Dispose ( ) : void
return void