AutofacTypeRegistrar.

RegisterLazy(Type, Func<object>) Method

Syntax

public void RegisterLazy(Type service, Func<object> factory)

Parameters

Name Type Description
service Type
factory Func<object>

Return Value

Type Description
void