| MvDateTimeEncode Method |
Writes an instance into an
MvMessage for transfer
to another process.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public override MvMessage Encode(
MvMessage msg
)
Public Overrides Function Encode (
msg As MvMessage
) As MvMessage
public:
virtual MvMessage^ Encode(
MvMessage^ msg
) override
Parameters
- msg
- Type: RW.Server.ComponentMvMessage
The message to decode.
Return Value
Type:
MvMessage
The updated
MvMessage.
Remarks See Also