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
attributeId
is the ID of the Attribute that the copy is made of.peer
is the Address of the peer the copy will be sent to.requestReference
is 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.