BitsHelper Class
Provides methods to help you work with the Background Intelligent Transfer Service (BITS).
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateBitsJob(IMessage^, BitsJobType, EventHandler<BitsJobEventArgs^>^, array<BitsFileInfo>^) | Creates a BITS job from an existing message. The job will not start until Resume is called. |
![]() ![]() | TransferFiles(IMessage^, BitsJobType, array<BitsFileInfo>^) | Transfers files by using BITS. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

