Persistate API documentation
Message Constructor (messageType, data)
NamespacesPersistateMessageMessage(MessageType, array<Byte>[]()[][])

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

Creates a new message of a particular type holding preset data.
Declaration Syntax
C#
public Message(
	MessageType messageType,
	byte[] data
)
Parameters
messageType (MessageType)
The type of message to create.
data (array<Byte>[]()[][])
The data that the new message will hold.
Remarks
This is useful for use with the TreeDeserialiser class to deserialise serialised persistent trees that are available only as byte arrays.

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