Interface ICompositionContainerBuilder
Contract for composition container builders.
Namespace: Kephas.Composition.Hosting
Assembly: Kephas.Core.dll
Syntax
public interface ICompositionContainerBuilder
Methods
| Improve this Doc View SourceCreateContainer()
Creates the container with the provided configuration asynchronously.
Declaration
ICompositionContext CreateContainer()
Returns
Type | Description |
---|---|
ICompositionContext | A new container with the provided configuration. |