你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RetryContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示针对 Microsoft Azure 存储服务发出的请求的一次或多次重试的上下文,包括针对请求的重试次数、最后一个请求的结果以及后续重试的存储位置和位置模式。
public sealed class RetryContext
type RetryContext = class
Public NotInheritable Class RetryContext
- 继承
-
RetryContext
属性
CurrentRetryCount |
获取给定操作的重试次数。 |
LastRequestResult |
获取上次请求的结果。 |
LocationMode |
获取后续重试的位置模式。 |
NextLocation |
获取下次重试的目标位置。 |
方法
ToString() |
返回表示当前 RetryContext 实例的字符串。 |