XdsObjects Help file
XdsObjects Namespace / XdsRetrieveRequest Class / GroupByHomeCommunityID Method



In This Topic
    GroupByHomeCommunityID Method
    In This Topic
    Split a request into multiple requests, according to their HomeCommunityID value.
    Syntax
    Public Function GroupByHomeCommunityID() As List(Of XdsRetrieveRequest)
    Dim instance As XdsRetrieveRequest
    Dim value As List(Of XdsRetrieveRequest)
     
    value = instance.GroupByHomeCommunityID()
    public List<XdsRetrieveRequest> GroupByHomeCommunityID()
    public:
    List<XdsRetrieveRequest^>^ GroupByHomeCommunityID(); 

    Return Value

    List of XdsRetrieveRequest items, each of which only contains request items referencing the same HomeCommunityID
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also