Persistate API documentation
ExecutionResultHandler Delegate
NamespacesPersistateExecutionResultHandler

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

Handles the result of an OperationExecution.
Declaration Syntax
C#
public delegate void ExecutionResultHandler(
	ExecutionResult result
)
Parameters
result (ExecutionResult)
The ExecutionResult created by the OperationExecution. This will normally be the object returned by the Execute method of the generated operation class, but can also be generated by the Persistate infrastructure if an exception occurred.

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