Click or drag to resize

BackgroundCopyJobEnumerateFiles Method

Enumerates the files in the job.

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<BackgroundCopyFile> EnumerateFiles()

Return Value

Type: IEnumerableBackgroundCopyFile
An enumerator that is used to iterate the files in the job.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe method was called after the object was disposed.
See Also