Click or drag to resize

BackgroundCopyJobAddFile Method

Overload List
  NameDescription
Public methodAddFile(String, String)
Adds a single file to the job.
Public methodAddFile(Uri, String)
Adds a single file to the job.
Public methodAddFile(String, String, BackgroundCopyFileRange)
Adds a file to a download job and specifies the ranges of the file you want to download.
Public methodAddFile(Uri, String, BackgroundCopyFileRange)
Adds a file to a download job and specifies the ranges of the file you want to download.
Public methodAddFile(String, String, Int64, Int64)
Adds a file to a download job and specifies the range of the file you want to download.
Public methodAddFile(Uri, String, Int64, Int64)
Adds a file to a download job and specifies the range of the file you want to download.
Top
See Also