Persistate API documentation
ExecutionResult Constructor (resultAction, simpleMessage)
NamespacesPersistateExecutionResultExecutionResult(ResultAction, String)

[This is preliminary documentation and is subject to change.]

Create a new ExecutionResult with a particular ResultAction and message, null result object and status, default DatabaseExceptionHandler, and a negative percent complete, signifying that application status will be hidden.
Declaration Syntax
C#
public ExecutionResult(
	ResultAction resultAction,
	string simpleMessage
)
Parameters
resultAction (ResultAction)
The action to take.
simpleMessage (String)
A message to show in a popup message box.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)