Freigeben über


ClientRetryPolicy.OnRequestSentAsync(PipelineMessage) Method

Definition

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 System.Threading.Tasks.ValueTask OnRequestSentAsync (System.ClientModel.Primitives.PipelineMessage message);
abstract member OnRequestSentAsync : System.ClientModel.Primitives.PipelineMessage -> System.Threading.Tasks.ValueTask
override this.OnRequestSentAsync : System.ClientModel.Primitives.PipelineMessage -> System.Threading.Tasks.ValueTask
Protected Overridable Function OnRequestSentAsync (message As PipelineMessage) As ValueTask

Parameters

message
PipelineMessage

The PipelineMessage containing the PipelineResponse that was received from the service.

Returns

Applies to