Persistate API documentation
SetMemberFromMessage Method (slot, length, message)
NamespacesPersistatePersistentSetMemberFromMessage(Int32, Int32, Message)

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

This method is intended for use only from generated code, and you should not use it in open code.
Declaration Syntax
C#
protected virtual void SetMemberFromMessage(
	int slot,
	int length,
	Message message
)
Parameters
slot (Int32)
The slot number of the member to set.
length (Int32)
The number of bytes of data for this slot in the message.
message (Message)
A Message containing the data for the member.
Remarks
Sets the value of one member of an object from the next n bytes in a Message.

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