Persistate API documentation
Length Property
NamespacesPersistateMessageLength

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

Gets the Length of this message. This is the total number of bytes that the message will require when transmitted in a Stream. This is the data length (in data array) plus overhead of type int and data length int.
Declaration Syntax
C#
public int Length { get; }

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