| MvComponentRecvMessage Method |
Called upon reception of a message
issued by the server (see IlsMvServer:ReplyMessage).
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 void RecvMessage(
SvMsg msg
)
Public Overridable Sub RecvMessage (
msg As SvMsg
)
public:
virtual void RecvMessage(
SvMsg^ msg
)
Parameters
- msg
- Type: RW.Server.ComponentSvMsg
The message.
Remarks
Category: Server actions on the component..
This method displays the description of the message on a
PrintWriter which can be set in the
MsgStream property (by default, it is displayed on
the standard error stream).
This method is usually redefined in derived classes.
See Also