Udostępnij za pośrednictwem


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
System_CAPS_pubmethodSystem_CAPS_static CreateBitsJob(IMessage, BitsJobType, EventHandler<BitsJobEventArgs>, BitsFileInfo[])

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

System_CAPS_pubmethodSystem_CAPS_static 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