ISessionProfile.ShowAlert Method

Shows an alert message using AppShortTitle as the title of the message box.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
void ShowAlert(
	string message
)

Parameters

message  String
Text of the message.

See Also