The GetDistributionContainers method retrieves the distribution containers from a distribution container list.
Parameters
Specifies the session id obtained from the login to the web service.
A numeric handle to a list as returned by a previous call to OpenDistributionContainerList.
A numeric index from where the 'noOfDistributionContainers' is read. If it is less than or equal to zero (0), 'noOfDistributionContainers' is read from previous index location (fromIndex + noOfDistributionContainers supplied in previous call to same Get method).
Note: If fromIndex is supplied as less than zero (0), it is considered as zero (0).
The total number of distribution containers to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenDistributionContainerList.
Return Values
An array of DistributionContainerProperties one for each container requested from the list.
Remarks
None
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|