ContainerReferences

Container’s managed references that can be created from a container’s configuration.

Inherits: ManagedReferences

Description

The ContainerReferences class allows you to create container’s managed references that can be created from a container’s configuration.

Instance methods

PutFromConfig

Puts components into the references from the container’s configuration.

Throws CreateException when one of component cannot be created.

public void PutFromConfig(ContainerConfig config)

  • config: ContainerConfig - container’s configuration with information of the components to be added.

See also