ComponentStoringResult

Result of storing a component into a storage.

Members

Variables

identity
string identity;

Primary identity of stored component

storage
Storage!(ObjectFactory, string) storage;

Storage where it was stored.

Meta