Alert

The following sample code for the Alert action causes an error message box to appear:

string description = “Hello world”;
Sybase.UnwiredPlatform.Windows.Action.Action alertAction = Sybase.UnwiredPlatform.Windows.Action.ActionFactory.CreateAlertAction(description,"ERROR");
alertAction.Execute();