IInjectorLinkInjectorT Method |
Links the injector.
Namespace: ErrorUnit.InterfacesAssembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax T LinkInjector<T>(
T ioc,
IErrorUnitCentral errorUnitCentral
)
Parameters
- ioc
- Type: T
The IoC container. - errorUnitCentral
- Type: ErrorUnit.InterfacesIErrorUnitCentral
The ErrorUnitCentral.Instance.
Type Parameters
- T
- The IoC container type.
Return Value
Type:
TThe IoC container with ErrorUnit interception enabled.
See Also