IOnStateMachineBoundaryAspect Methods |
The IOnStateMachineBoundaryAspect type exposes the following members.
Name | Description | |
---|---|---|
OnEntry |
Method executed before the body of methods to which this aspect is applied.
(Inherited from IOnMethodBoundaryAspect.) | |
OnException |
Method executed after the body of methods to which this aspect is applied,
in case that the method resulted with an exception.
(Inherited from IOnMethodBoundaryAspect.) | |
OnExit |
Method executed after the body of methods to which this aspect is applied,
even when the method exists with an exception (this method is invoked from
the finally block).
(Inherited from IOnMethodBoundaryAspect.) | |
OnResume |
Method executed when a state machine resumes execution after a yield return or
await statement.
| |
OnSuccess |
Method executed after the body of methods to which this aspect is applied,
but only when the method successfully returns (i.e. when no exception flies out
the method.).
(Inherited from IOnMethodBoundaryAspect.) | |
OnYield |
Method executed when a state machine yields, as the result of a yield return or
await statement.
| |
RuntimeInitialize |
Initializes the current aspect.
(Inherited from IMethodLevelAspect.) |