Method | Description | |
---|---|---|
ChildContainer ( IServiceMappings serviceMappings, IInstanceStorage parentStorage, IInstanceStorage childStorage, System.Action disposedCallback ) : System |
Initializes a new instance of the ChildContainer class.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
public ChildContainer ( IServiceMappings serviceMappings, IInstanceStorage parentStorage, IInstanceStorage childStorage, System.Action disposedCallback ) : System | ||
serviceMappings | IServiceMappings | The service mappings. |
parentStorage | IInstanceStorage | The parent storage. |
childStorage | IInstanceStorage | The child storage. |
disposedCallback | System.Action | Invoked when the container is disposed. |
return | System |