Message :: SetAsReplyFrom |
| 01 | Initializes the message as a reply to the given message. |
| 02 |
[C++] virtual void SetAsReplyFrom(Message *pMsg); |
| 03 |
Parameters:
|
| 04 |
The base implementation performs the following assignments:
|
| 05 | This method is virtual to enable deriving classes to perform additional assignments from their corresponding request variants if required. |
| 06 |
Reference: net::semys Implementation: Semys Architecture See Also: Message Sub-System, Message, SetReferenceId(), GetReplyId() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |