XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class
Members



In This Topic
    XdsQueryRequest Class
    In This Topic
    Represents the data in a registry stored query
    Syntax
    Public Class XdsQueryRequest 
    Dim instance As XdsQueryRequest
    public class XdsQueryRequest 
    public ref class XdsQueryRequest 
    Remarks

    This is by far the most complex class in XdsObjects, due to the huge flexibility offered by registry stored queries.

    Once a query has been created, it is passed by a document consumer implementation to the XdsDomain.RegistryStoredQuery method, which then returns the results obtained from the local registry or initiating gateway in the form of a XdsQueryResponse object.

    Similarly, a registry implementation would receive such an object via the XdsSoapServer.RegistryStoredQueryReceived event, and would be expected to interpret it and respond appropriately via creation and return of an XdsQueryResponse.

    Inheritance Hierarchy

    System.Object
       XdsObjects.XdsQueryRequest

    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