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

Gets peer download stats

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetPeerDownloadStats(
	
ref 
IntPtr 
fromOrigin,
	
ref 
IntPtr 
fromPeers
)
Sub 
GetPeerDownloadStats ( _
	
ByRef 
fromOrigin 
As 
IntPtr, _
	
ByRef 
fromPeers 
As 
IntPtr _
)
void 
GetPeerDownloadStats(
	
IntPtr% 
fromOrigin, 
	
IntPtr% 
fromPeers
)

Parameters

fromOrigin
IntPtr %
fromPeers
IntPtr %

See Also