AutomaticRetryAttribute Methods |
The AutomaticRetryAttribute type exposes the following members.
Name | Description | |
---|---|---|
OnStateApplied |
Called after the specified state was applied
to the job within the given transaction.
| |
OnStateElection |
Called when the current state of the job is being changed to the
specified candidate state.
This state change could be intercepted and the final state could
be changed through setting the different state in the context
in an implementation of this method.
| |
OnStateUnapplied |
Called when the state with specified state was
unapplied from the job within the given transaction.
|