Summary
Registers a lazy factory for a service.
- Namespace
- Cake
.Infrastructure .Composition - Containing Type
- AutofacTypeRegistrar
Syntax
public void RegisterLazy(Type service, Func<object> factory)
Parameters
| Name | Type | Description |
|---|---|---|
| service | Type | The service type. |
| factory | Func |
The factory function. |
Return Value
| Type | Description |
|---|---|
| void |
