StreamTransferProgressArgsPercentDone Property |
Gets the percentage of transfer completed
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public int PercentDone { get; }
Public ReadOnly Property PercentDone As Integer
Get
public:
property int PercentDone {
int get ();
}
member PercentDone : int with get
Property Value
Type:
Int32See Also