Function ProxyContainerImpl.ProxyContainerImpl.get

Get object that is associated with identity.

Object get (
  string identity
);

Parameters

NameDescription
identity the object identity.

Throws

NotFoundException in case if the object wasn't found or container is not enabled.

Returns

Object if it is available.