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