Amazon.Runtime.RetryPolicy.NotifySuccess C# (CSharp) Метод

NotifySuccess() публичный Метод

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.
Результат void
        public virtual void NotifySuccess(IExecutionContext executionContext)
        {
            
        }