Click or drag to resize
BootstrapperRegisterDependencies Method (IDependencyResolver)

Note: This API is now obsolete.

Register the dependencies in a container. The system is configured with: * No log extension * A queue based logger (a queue implementation is required such as Azure) * A correlation ID of correlation-id

Namespace: AccidentalFish.ApplicationSupport.Core
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
[ObsoleteAttribute]
public static void RegisterDependencies(
	IDependencyResolver container
)

Parameters

container
Type: IDependencyResolver
The container to use

Return Value

Type: 
The container so a fluent API style of configuration can be used
See Also