Click or drag to resize
MvValueStream Method
Serializes the object into a message.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual MvMessage Stream(
	MvMessage msg
)

Parameters

msg
Type: RW.Server.ComponentMvMessage
The message to serialize to.

Return Value

Type: MvMessage
The message after serialization.
See Also