ClientRetryPolicy.OnRequestSent(PipelineMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A method that can be overridden by derived types to extend the default ClientRetryPolicy logic. It is called from Process(PipelineMessage, IReadOnlyList<PipelinePolicy>, Int32) just after control has been returned from the policy at the position after the retry policy in the pipeline.
protected virtual void OnRequestSent (System.ClientModel.Primitives.PipelineMessage message);
abstract member OnRequestSent : System.ClientModel.Primitives.PipelineMessage -> unit
override this.OnRequestSent : System.ClientModel.Primitives.PipelineMessage -> unit
Protected Overridable Sub OnRequestSent (message As PipelineMessage)
Parameters
- message
- PipelineMessage
The PipelineMessage containing the PipelineResponse that was received from the service.
Applies to
Azure SDK for .NET