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

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

Create a new ExecutionResult with a particular ResultAction, message, and DatabaseExceptionHandler, null result object. null status and a negative percent complete.
Declaration Syntax
C#
public ExecutionResult(
	ResultAction resultAction,
	string simpleMessage,
	DatabaseExceptionHandler databaseExceptionHandler
)
Parameters
resultAction (ResultAction)
The action to take.
simpleMessage (String)
A message to show in a popup message box.
databaseExceptionHandler (DatabaseExceptionHandler)
A delegate which will be called if the result action is Commit and there is an exception generated during the commit.

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