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



RegistryStoredQuery Method (XdsDomain)
Send a query to a registry (or equivalently to an initiating gateway)
Syntax
Public Function RegistryStoredQuery( _
   ByVal query As XdsQueryRequest _
) As XdsQueryResponse
Dim instance As XdsDomain
Dim query As XdsQueryRequest
Dim value As XdsQueryResponse
 
value = instance.RegistryStoredQuery(query)
public XdsQueryResponse RegistryStoredQuery( 
   XdsQueryRequest query
)
public:
XdsQueryResponse^ RegistryStoredQuery( 
   XdsQueryRequest^ query
) 

Parameters

query
the query being sent

Return Value

the results of the query
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