Create a shared Attribute copy
Be advised that this is a Runtime-internal use case which is automatically used by the module system. You should not call this use case without having good reason.
This use case is intended to create a copy of a LocalAttribute with the intent to share it. The copy references the original LocalAttribute.
Parameters
attributeIdis the ID of the Attribute that the copy is made of.peeris the address of the peer the copy will be sent to.requestReferenceis a reference to the Request the copy will be sent with.
On Success
- The copy is created and returned as a LocalAttribute.
On Failure
- The parameters are malformed.