BitsHelper Class
Provides methods to help you work with the Background Intelligent Transfer Service (BITS).
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.BitsHelper
Syntax
[SerializableAttribute]
public static class BitsHelper
[SerializableAttribute]
public ref class BitsHelper abstract sealed
<SerializableAttribute>
Public NotInheritable Class BitsHelper
Methods
Name | Description | |
---|---|---|
CreateBitsJob(IMessage, BitsJobType, EventHandler<BitsJobEventArgs>, BitsFileInfo[]) | Creates a BITS job from an existing message. The job will not start until Resume is called. |
|
TransferFiles(IMessage, BitsJobType, BitsFileInfo[]) | Transfers files by using BITS. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top