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

Sets flags that determine if the files of the job can be cached and served to peers and if the job can download content from peers

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetPeerCachingFlags(
	

PeerCachingFlags 
flags
)
Sub 
SetPeerCachingFlags ( _
	
flags 
As 

PeerCachingFlags _
)
void 
SetPeerCachingFlags(
	

PeerCachingFlags 
flags
)

Parameters

flags
PeerCachingFlags

See Also