Register type to replicate

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

Syntax

C#
IUnityContainer RegisterType(
	Type type,
	LifetimeManager lifetimeManager = null
)
Visual Basic
Function RegisterType ( _
	type As Type, _
	Optional lifetimeManager As LifetimeManager = Nothing _
) As IUnityContainer
Visual C++
IUnityContainer^ RegisterType(
	Type^ type, 
	LifetimeManager^ lifetimeManager = nullptr
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

lifetimeManager (Optional)
Type: LifetimeManager

[Missing <param name="lifetimeManager"/> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

Return Value

[Missing <returns> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

See Also