| MvValueStream Method |
Serializes the object into a message.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public virtual MvMessage Stream(
MvMessage msg
)
Public Overridable Function Stream (
msg As MvMessage
) As MvMessage
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