XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / CrossGatewayQuery Method
the query being sent



CrossGatewayQuery Method
Send a query to a responding gateway
Syntax
Public Function CrossGatewayQuery( _
   ByVal query As XdsQueryRequest _
) As XdsQueryResponse
Dim instance As XdsDomain
Dim query As XdsQueryRequest
Dim value As XdsQueryResponse
 
value = instance.CrossGatewayQuery(query)
public XdsQueryResponse CrossGatewayQuery( 
   XdsQueryRequest query
)
public:
XdsQueryResponse^ CrossGatewayQuery( 
   XdsQueryRequest^ query
) 

Parameters

query
the query being sent

Return Value

the results of the query
Remarks

This method would be used by an initiating gateway. Note that the request is sent to the defined RegistryEndpoint rather than there being an independent property to hold the responding details. 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