Skip to content
Peter Smith edited this page Nov 21, 2018 · 2 revisions

Using the BITS Manager sample

BITS Manager is a sample Windows Presentation Foundation (WPF) C# program for examining and creating Windows Background Intelligent Transfer Service (BITS) jobs and files.

Running

The user interface will

  • list all jobs for the user or for all users
  • for a selected job, show the job properties and all files associated with the job
  • let you add files to the job
  • let you cancel, complete, suspend or resume a job
  • let you open any downloaded file

From the menu you can

  • start a quick file transfer
  • create a new job
  • select just the current user or all users
  • refresh the job list (the job list normally refreshes every 5 second)
Clone this wiki locally