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)
        {
            
        }