| MvMessageDecodeMessage Method |
Extracts the next message assuming it is 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 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