ClientConfigurationMaxErrorRetry Property |
获取或设置请求发生错误时最大的重试次数。
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic int MaxErrorRetry { get; set; }
Public Property MaxErrorRetry As Integer
Get
Set
public:
property int MaxErrorRetry {
int get ();
void set (int value);
}
member MaxErrorRetry : int with get, set
Property Value
Type:
Int32
See Also