The method creates a BITS transfer job with the specified parameters. Default values are used for optional parameters if ...

The method creates a BITS transfer job with the specified parameters. Default values are used for optional parameters if values are not specified. The following parameters are specified for the BITS transfer job: DisplayName      : Name of the BITS transfer job.RemoteUrl        : Name of the remote file in the BITS transfer job.LocalFile        : Name of the local file in the BITS transfer job.ServiceAccount   : Context in which the BITS transfer job is created. The following values are possible: 0: LocalSystem1: LocalService2: NetworkService (Default)Type         : Type of the BITS transfer job.  This parameter can be set to one of the following values: 0: Download (Default), 1: UploadSuspend      : Specifies the BITS transfer job state immediately after creation. This parameter can be set to one of the following values: TRUE : Suspend, FALSE : Transfer Immediately (Default)Description  : The description of the BITS transfer job.JobId        : The unique GUID that is associated with the BITS transfer job.