Persistate API documentation
AppendObject Method (slot, obj)
NamespacesPersistateMessageAppendObject(Int32, Persistent)

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

Appends a slot number, a length field, and a Persistent object to the message.
Declaration Syntax
C#
public void AppendObject(
	int slot,
	Persistent obj
)
Parameters
slot (Int32)
The member slot number.
obj (Persistent)
The object to append.
Remarks
The object may be null, and it may be any object - persisted, provisional or volatile, and of an ObjectClass or ViewClass.

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