Displays a message box in the session.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract void MessageBox (
        string text
) 
Parameters
text
The text to display in the message box.