| MvMessageDecodeMessage Method |
Extracts the next message assuming it is 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 MvMessage DecodeMessage(
MvMessage msg
)
Public Function DecodeMessage (
msg As MvMessage
) As MvMessage
public:
MvMessage^ DecodeMessage(
MvMessage^ msg
)
Parameters
- msg
- Type: RW.Server.ComponentMvMessage
The message
Return Value
Type:
MvMessageThe extracted message.
Exceptions See Also