| MvValueStream Method |
Serializes the object into a message.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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