Persistate API documentation
Compress Method
NamespacesPersistateMessageCompress()()()()

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

Compresses the data in the Message.
Declaration Syntax
C#
public void Compress()
Remarks
This leaves the Message non readable and ready to be written to a stream. The message must be Decompressed before it can be read.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf Message is already compressed.

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