Click or drag to resize

BackgroundCopyManagerEnumerateJobs Method

Enumerates the jobs in the transfer queue for the current user.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public IEnumerable<BackgroundCopyJob> EnumerateJobs()

Return Value

Type: IEnumerableBackgroundCopyJob
An enumerator to iterate through the list of BackgroundCopyJob objects that represent the jobs in the queue.
See Also