Click or drag to resize

MvKeyValueTableEncode Method

Writes an instance into an MvMessage for transfer to another process.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public override MvMessage Encode(
	MvMessage message
)

Parameters

message
Type: RW.Server.ComponentMvMessage
The message to encode.

Return Value

Type: MvMessage
The updated message.
See Also