Aspectacular.StopwatchAspect.Step_4_Optional_AfterSuccessfulCallCompletion C# (CSharp) Method

Step_4_Optional_AfterSuccessfulCallCompletion() public method

Called after method itself and optional result massager were called successfully. May be called multiple times when retries are enabled.
Since this method may be called multiple times on retries, put all finalization/cleanup logic into steps 5-7.
public Step_4_Optional_AfterSuccessfulCallCompletion ( ) : void
return void
        public override void Step_4_Optional_AfterSuccessfulCallCompletion()
        {
            this.RecordStepTime("Step_4_Optional_AfterSuccessfulCallCompletion");
        }