Aspectacular.RetryAspectBase.Step_4_Optional_AfterCatchingMethodExecException C# (CSharp) 메소드

Step_4_Optional_AfterCatchingMethodExecException() 공개 메소드

public Step_4_Optional_AfterCatchingMethodExecException ( ) : void
리턴 void
        public override void Step_4_Optional_AfterCatchingMethodExecException()
        {
            bool mayNeedToRetry = this.OptionalFailureDetector == null || this.OptionalFailureDetector(this.Proxy);
            this.SetRetryIfNecessary(mayNeedToRetry);
        }