Click or drag to resize
AutomaticRetryAttribute Methods

The AutomaticRetryAttribute type exposes the following members.

Methods
  NameDescription
Public methodOnStateApplied
Called after the specified state was applied to the job within the given transaction.
Public methodOnStateElection
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.
Public methodOnStateUnapplied
Called when the state with specified state was unapplied from the job within the given transaction.
Top
See Also