Dela via


RetryPolicy.OnRequestSent(HttpMessage) Method

Definition

This method can be overridden to introduce logic that runs after the request is sent through the pipeline and control is returned to the retry policy. This method will only be called for sync methods.

protected internal virtual void OnRequestSent (Azure.Core.HttpMessage message);
abstract member OnRequestSent : Azure.Core.HttpMessage -> unit
override this.OnRequestSent : Azure.Core.HttpMessage -> unit
Protected Friend Overridable Sub OnRequestSent (message As HttpMessage)

Parameters

message
HttpMessage

The message containing the request and response.

Applies to