你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClientRetryPolicy.OnSendingRequest(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) prior to passing control to the next policy in the pipeline.
protected virtual void OnSendingRequest (System.ClientModel.Primitives.PipelineMessage message);
abstract member OnSendingRequest : System.ClientModel.Primitives.PipelineMessage -> unit
override this.OnSendingRequest : System.ClientModel.Primitives.PipelineMessage -> unit
Protected Overridable Sub OnSendingRequest (message As PipelineMessage)
Parameters
- message
- PipelineMessage
The PipelineMessage containing the PipelineRequest to be sent to the service.