ClientConfigurationMaxErrorRetry Property |
Max error retry count
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public 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:
Int32See Also