你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISyncOutputEvents.ProgressDownloadStatus 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.
Overloads
ProgressDownloadStatus(ProgressRecord) | |
ProgressDownloadStatus(Double, Double, TimeSpan) |
ProgressDownloadStatus(ProgressRecord)
public void ProgressDownloadStatus (Microsoft.WindowsAzure.Commands.Sync.ProgressRecord record);
abstract member ProgressDownloadStatus : Microsoft.WindowsAzure.Commands.Sync.ProgressRecord -> unit
Public Sub ProgressDownloadStatus (record As ProgressRecord)
Parameters
- record
- ProgressRecord
Applies to
ProgressDownloadStatus(Double, Double, TimeSpan)
public void ProgressDownloadStatus (double precentComplete, double avgThroughputMbps, TimeSpan remainingTime);
abstract member ProgressDownloadStatus : double * double * TimeSpan -> unit
Public Sub ProgressDownloadStatus (precentComplete As Double, avgThroughputMbps As Double, remainingTime As TimeSpan)
Parameters
- precentComplete
- Double
- avgThroughputMbps
- Double
- remainingTime
- TimeSpan