Interface IPlatformContainer
Interface for platform container.
Namespace: Cireson.Core.Interfaces.Containers
Assembly: Cireson.Core.Interfaces.dll
Syntax
public interface IPlatformContainer
Remarks
Admin, 8/24/2017.
Properties
View SourceCommonContainer
Gets the common container.
Declaration
IUnityContainer CommonContainer { get; }
Property Value
Type | Description |
---|---|
IUnityContainer | The common container. |
WebContainer
Gets the web container.
Declaration
IUnityContainer WebContainer { get; }
Property Value
Type | Description |
---|---|
IUnityContainer | The web container. |
WorkerContainer
Gets the worker container.
Declaration
IUnityContainer WorkerContainer { get; }
Property Value
Type | Description |
---|---|
IUnityContainer | The worker container. |
Methods
View SourceGetRoleContainer()
Should return either the Web, or Worker container depending on the process role.
Declaration
IUnityContainer GetRoleContainer()
Returns
Type | Description |
---|---|
IUnityContainer | The role container. |