Click or drag to resize

BackgroundCopyManager Class

Provides methods to create transfer jobs, to enumerate the jobs in the queue, and to retrieve individual jobs from the queue.
Inheritance Hierarchy
SystemObject
  usis.Net.BitsBackgroundCopyManager

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public sealed class BackgroundCopyManager : IDisposable

The BackgroundCopyManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLibraryVersion
Gets the file version of the Windows QMgr.dll file.
Public propertyVersion
Gets the version of BITS on the client computer.
Top
Methods
  NameDescription
Public methodStatic memberConnect
Connects to the BITS service and returns an instance of the BackgroundCopyManager class.
Public methodCreateJob
Creates a transfer job.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEnumerateJobs
Enumerates the jobs in the transfer queue for the current user.
Public methodCode exampleEnumerateJobs(Boolean)
Enumerates the jobs in the transfer queue. The order of the jobs in the enumerator is arbitrary.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the BackgroundCopyManager class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetJob(Guid)
Retrieves a given job from the transfer queue.
Public methodGetJob(Guid, Boolean)
Retrieves a given job from the transfer queue.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also