Persistate API documentation
Append Method (value)
NamespacesPersistateMessageAppend(IReference)

[This is preliminary documentation and is subject to change.]

Appends a single Reference value to this message.
Declaration Syntax
C#
public void Append(
	IReference value
)
Parameters
value (IReference)
An IReference which refers to the object the Reference is for. If this is a Persistent, only the Reference to it is appended. To add a full object value to the message, use AppendObject .

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)