XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / CrossGatewayRetrieve Method
Details of the objects to retrieve



In This Topic
    CrossGatewayRetrieve Method
    In This Topic
    Retrieve set of documents from a responding gateway
    Syntax
    Public Function CrossGatewayRetrieve( _
       ByVal Retrieve As XdsRetrieveRequest _
    ) As XdsRetrieveResponse
    Dim instance As XdsDomain
    Dim Retrieve As XdsRetrieveRequest
    Dim value As XdsRetrieveResponse
     
    value = instance.CrossGatewayRetrieve(Retrieve)
    public XdsRetrieveResponse CrossGatewayRetrieve( 
       XdsRetrieveRequest Retrieve
    )
    public:
    XdsRetrieveResponse^ CrossGatewayRetrieve( 
       XdsRetrieveRequest^ Retrieve
    ) 

    Parameters

    Retrieve
    Details of the objects to retrieve

    Return Value

    The requested objects and/or error information
    Remarks

    This method would be used by an initiating gateway. Note that the request is sent to the defined RetrieveGateway rather than there being an independent property to hold the responding details and HomeCumminityIDs. The rationale for this is that many more details (domain ID root and possibly auditing) are likely to be different for the responding gateway compared to the local domain, so an initiating gateway using this method should set up a separate XdsDomain for each responding gateway it communicates with.

    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