[This is preliminary documentation and is subject to change.]
Called when a message has been sent by the framework.
An agent can implement this method to count the number of messages
sent or to signal the user interface or other interested parties that a
message has been sent.
| C# | Visual Basic | Visual C++ |
void OnMessageSent( SifMessageType messageType, IMessageInfo info, Object receipt )
Sub OnMessageSent ( _ messageType As SifMessageType, _ info As IMessageInfo, _ receipt As Object _ )
void OnMessageSent ( SifMessageType messageType, IMessageInfo^ info, Object^ receipt )
- messageType (SifMessageType)
- A message type constant defined by a subclass of this interface
- info (IMessageInfo)
- The MessageInfo instance associated with the message
- receipt (Object)
- The acknowledgement or receipt returned by the server