XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class
Members



XdsQueryResponse Class
Holds the result of an XDS RegistryStoredQuery or CrossGatewayQuery
Syntax
Public Class XdsQueryResponse 
   Inherits XdsRegistryResponse
Dim instance As XdsQueryResponse
public class XdsQueryResponse : XdsRegistryResponse 
public ref class XdsQueryResponse : public XdsRegistryResponse 
Remarks

This object can be:

  • Created by a registry to handle an expected response
  • Received and modified (e.g. combined using Combine or to add a HomeCommunityID values to the contained items by a gateway
  • Received and processed by a Document Consumer

This object holds the overall query response, including the success/error status, and errors (both inherited from XdsRegistryResponse), as well as the returned data in the following properties:

Inheritance Hierarchy

System.Object
   XdsObjects.XdsRegistryResponse
      XdsObjects.XdsQueryResponse

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