App-vNext / Polly-Samples

Provides sample implementations of the Polly library. The intent of this project is to help newcomers kick-start their use of Polly within their own projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any OnSuccess Action like OnRetry for policy to notify the attempt when it got fixed

sudheer524 opened this issue · comments

Hi

I am trying to reuse creating policy and track the attempts and log exceptions while retry.

Is there a way to handle on success in policy itself to notify the user that call was successful in particular attempt