SIFWorks ADK 2.0
OnMessageSent Method (messageType, info, receipt)
NamespacesEdustructures.SifWorksIMessagingListenerOnMessageSent(SifMessageType, IMessageInfo, Object)

[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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10