Persistate API documentation
Read Method (stream)
NamespacesPersistateMessageRead(Stream)

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

Creates a new Message read from a Stream, if one is available.
Declaration Syntax
C#
public static Message Read(
	Stream stream
)
Parameters
stream (Stream)
The Stream to read from.
Return Value
The created message, or null if no message was in the stream.

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