Persistate API documentation
Message Constructor (messageType)
NamespacesPersistateMessageMessage(MessageType)

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

Creates a new empty writable Message with a particular MessageType and the default initial capacity. Used when writing messages to a stream.
Declaration Syntax
C#
public Message(
	MessageType messageType
)
Parameters
messageType (MessageType)
The type of message to create.

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