Amazon.Runtime.RetryPolicy.NotifySuccess C# (CSharp) Method

NotifySuccess() public method

Virtual method that gets called on a successful request response.
public NotifySuccess ( IExecutionContext executionContext ) : void
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
return void
        public virtual void NotifySuccess(IExecutionContext executionContext)
        {
            
        }