Persistate API documentation
Write Method (stream)
NamespacesPersistateMessageWrite(Stream)

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

Writes this message to a stream.
Declaration Syntax
C#
public void Write(
	Stream stream
)
Parameters
stream (Stream)
The stream to write the Message to.
Remarks
The message metadata are written before the message content, so that the message can be reconstituted from a connected stream using Read(Stream).

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