This service can proxy RegisterType and RegisterInstance calls to the IUnityContainer and later be used to replicate the instances to any new contexts that the types should be replicated to.

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

Syntax

C#
public class ServiceReplicator : IServiceReplicator
Visual Basic
Public Class ServiceReplicator _
	Implements IServiceReplicator
Visual C++
public ref class ServiceReplicator : IServiceReplicator

Inheritance Hierarchy

System..::..Object
  AppCan.Core.Services..::..ServiceReplicator

See Also