Click or drag to resize

BackgroundCopyJobPeerCachingOptions Property

Gets or sets options that 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
public BackgroundCopyJobPeerCachingOptions PeerCachingOptions { get; set; }

Property Value

Type: BackgroundCopyJobPeerCachingOptions
Options that 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.
See Also