ALM Site Administration API Type Library
SendMessageToAll Method
Description
Sends a message to all open sessions.
Syntax
Visual Basic
Public Sub SendMessageToAll( _
   ByVal MessageBody As String _
) 
Parameters
MessageBody
The text of the message.
See Also