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)

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

[SerializableAttribute]
public ref class BitsHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateBitsJob(IMessage^, BitsJobType, EventHandler<BitsJobEventArgs^>^, array<BitsFileInfo>^)

Creates a BITS job from an existing message. The job will not start until Resume is called.

System_CAPS_pubmethodSystem_CAPS_staticTransferFiles(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.

Return to top
Show: