Click or drag to resize

BackgroundCopyJobPeerCachingOptions Enumeration

Flags that indicate determine if the files of the job can be cached and served to peers and if BITS can download content for the job from peers

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
[FlagsAttribute]
public enum BackgroundCopyJobPeerCachingOptions
Members
  Member nameValueDescription
EnableClient1 The job can download content from peers.
EnableServer2 The files of the job can be cached and served to peers.
See Also