WebMonitorSite.RaiseOnMessage

Raises a message event on this site. You can use this to fire special events to the front end layer of the application. Normally this method is called only internally.

public void RaiseOnMessage( string Message,
	EventMessageId lnMsgId );

Return Value

void

Parameters

Message
The display message that is to be sent.

lnMsgId
Message type


See also:

Class WebMonitorSite


Last Updated: 4/22/2005 | Send Topic Feedback