ISurveyPostActionHandler Methods |
The ISurveyPostActionHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | Initialize |
Initialize is called when the handler is initialized.
A handler is initialized with a set of configuration parameters.
|
![]() | PerformAction |
PerformAction executes an action on a single survey object in a survey.
This happens when:
1) A survey object has just been processed in a non-final workflow step. This only happens if the action is configured with RunAfterEveryStep=true.
2) A survey object has just been processed in the final workflow step.
3) The survey is being (prematurely) closed.
|