Specifies the user's response to a message box shown with the ITerminalServicesSession.MessageBox method.
Declaring type: RemoteMessageBoxResult
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Fields
  Name Description
Public Field Static Abort The user pressed the "Abort" button.
Public Field Static Asynchronous The synchronous parameter of MessageBox was set to false, so the method returned immediately, without waiting for a response from the user.
Public Field Static Cancel The user pressed the "Cancel" button.
Public Field Static Ignore The user pressed the "Ignore" button.
Public Field Static No The user pressed the "No" button.
Public Field Static Ok The user pressed the "OK" button.
Public Field Static Retry The user pressed the "Retry" button.
Public Field Static Timeout The timeout period expired before the user responded to the message box.
Public Field value__

There is no summary.

Public Field Static Yes The user pressed the "Yes" button.