Aspectacular.RetryCountAspect.BeforeFirstRetry C# (CSharp) Method

BeforeFirstRetry() protected method

protected BeforeFirstRetry ( ) : void
return void
        protected override void BeforeFirstRetry()
        {
            this.LogInformationData("Retries to be attempted", this.RetryCount);
        }