Rogue Wave Server Component library for .NET Reference Guide
|
|
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.0.0.0 (7.0.0.0)
Parameters
- msg
- Type: RW.Server.ComponentSvMsg
The message.
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.