Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.18 KB

getchainedpulldps-method-in-class-smsdistributionpointinfo.md

File metadata and controls

60 lines (45 loc) · 2.18 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
GetChainedPullDPs Method
Configuration Manager
The GetChainedPullDPs WMI class method, in Configuration Manager, ensures that when a source distribution point is assigned, a looping chain isn't generated.
09/20/2016
sdk
configuration-manager
reference
063a6390-8eb4-459d-b0b6-34592afe6326
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

GetChainedPullDPs Method in Class SMSDistributionPointInfo

The GetChainedPullDPs Windows Management Instrumentation (WMI) class method, in Configuration Manager, ensures that when a source distribution point is assigned, a looping chain isn't generated. (If distribution point 1 is the source of distribution point 2, and distribution point 2 is the source of distribution point 3, then distribution point 3 can't be source of distribution point 1).

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Syntax

sint32 GetChainedPullDPs(  
     string SourceDPNALPath,  
     string ChainedDPs[]  
);  

Parameters

SourceDPNALPath
Data type: String

Qualifiers: [in]

Source distribution point NAL path.

ChainedDPs
Data type: String Array

Qualifiers: [out]

An array of chained distribution points.

Return Values

An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.

For more information about handling returned errors, see About Configuration Manager Errors.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_Application Server WMI Class