Click or drag to resize

BackgroundCopyJob Properties

The BackgroundCopyJob type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the job.
Public propertyDisplayName
Gets or sets the display name that identifies the job.
Public propertyErrorCount
Gets the number of times BITS tried to transfer the job and an error occurred.
Public propertyFileAcl
Gets or sets the flags that identify the owner and ACL information to maintain when transferring a file using SMB.
Public propertyHttpOptions
Gets the HTTP options to specify client certificates for certificate-based client authentication and custom headers for HTTP requests.
Public propertyId
Gets the identifier of the job in the queue.
Public propertyJobType
Gets the type of transfer being performed, such as a file download or upload.
Public propertyMaximumDownloadTime
Gets or sets the maximum time that BITS will spend transferring the files in the job.
Public propertyMinimumRetryDelay
Gets or sets the minimum length of time that BITS waits after encountering a transient error condition before trying to transfer the file.
Public propertyNoProgressTimeout
Gets or sets the length of time that BITS tries to transfer the file after a transient error condition occurs. If there is progress, the timer is reset.
Public propertyNotifications
Gets the event notification flags for your application.
Public propertyNotifyCommandLine
Gets or sets the program to execute when the job enters the error or transferred state.
Public propertyOwner
Gets the identity of the job's owner.
Public propertyOwnerElevationState
Gets a value that determines if the token of the owner was elevated at the time they created or took ownership of the job.
Public propertyOwnerIntegrityLevel
Gets the integrity level of the token of the owner that created or took ownership of the job.
Public propertyPeerCachingOptions
Gets or sets options that determine if the files of the job can be cached and served to peers and if BITS can download content for the job from peers.
Public propertyPriority
Gets or sets the priority level for the job.
Public propertyProxySettings
Gets or sets the proxy information that the job uses to transfer the files.
Public propertyReplyFileName
Gets or sets the name of the file to contain the reply data of an upload-reply job.
Public propertyState
Gets the state of the job.
Top
See Also