[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Flags for BITS peer caching jobs

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
PeerCachingFlags
<
SerializableAttribute> _
Public 
Enumeration 
PeerCachingFlags
[
SerializableAttribute]
public 
enum class 
PeerCachingFlags

Members

Member Description
EnablePeerCachingClient
This job can download content from peers
EnablePeerCachingServer
The files of the job can be cached and served to peers
DisableBranchCache
BITS will not use Windows BranchCache for transfer jobs, only affects BITS jobs

See Also