Constructor that takes the root container and allows registration of default services that will be replicated

Namespace: AppCan.Core.Services
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ServiceReplicator(
	IUnityContainer container,
	bool registerDefaultServices
)
Visual Basic
Public Sub New ( _
	container As IUnityContainer, _
	registerDefaultServices As Boolean _
)
Visual C++
public:
ServiceReplicator(
	IUnityContainer^ container, 
	bool registerDefaultServices
)

Parameters

container
Type: IUnityContainer
The root container
registerDefaultServices
Type: System..::..Boolean
true to register the default services, false otherwise

See Also