Persistate API documentation
Message Constructor (messageType, capacity)
NamespacesPersistateMessageMessage(MessageType, Int32)

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

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

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