Click or drag to resize

BackgroundCopyJobRetrieveProgress Method

Retrieves job-related progress information, such as the number of bytes and files transferred.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyJobProgress RetrieveProgress()

Return Value

Type: BackgroundCopyJobProgress
A BackgroundCopyJobProgress object that contains data that you can use to calculate the percentage of the job that is complete.
See Also