BitsJob Class

 

Provides a wrapper for Background Intelligent Transfer Service (BITS) jobs.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::BitsJob

[SerializableAttribute]
public ref class BitsJob sealed 

NameDescription
System_CAPS_pubmethodBitsJob(BitsJobType, String^)

Initializes a new instance of the BitsJob class.

NameDescription
System_CAPS_pubpropertyJobId

Gets the BITS job ID.

System_CAPS_pubpropertyJobType

Gets the BITS job type.

NameDescription
System_CAPS_pubmethodAddCertificate(MessageCertificateX509File^)

Adds an X.509 certificate for client authentication.

System_CAPS_pubmethodAddCredentials(BitsAuthScheme, BitsAuthTarget, NetworkCredential^)

Adds credentials to the BITS job. If the credential scheme is already represented, the credential is replaced.

System_CAPS_pubmethodAddFilesToJob(IEnumerable<BitsFileInfo>^)

Adds a set of files to the BITS job.

System_CAPS_pubmethodAddFileToJob(Uri^, String^)

Adds a file to the BITS job.

System_CAPS_pubmethodCancel()

Cancels the BITS job.

System_CAPS_pubmethodComplete()

Completes the BITS job. This method is called automatically if the job completes successfully.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodResume()

Resumes or starts the BITS job.

System_CAPS_pubmethodSetJobNotificationFlags(BitsJobNotificationType)

Sets the notification flags for the BITS job.

System_CAPS_pubmethodSetJobPriority(BitsJobPriority)

Sets a priority for the job.

System_CAPS_pubmethodSetNoProgressTimeout(UInt32)

Sets the timeout, in seconds, for when there is no progress on the job.

System_CAPS_pubmethodSetProxySettings(BitsJobProxyUsage, String^, String^)

Sets the proxy settings for a BITS job. For more information about the arguments for this method, see IBackgroundCopyJob::SetProxySettings method.

System_CAPS_pubmethodSuspend()

Suspends the BITS job.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventBitsJobProgress

Event raised when a BITS job is updated.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: