XdsObjects Help file
XdsObjects Namespace / XdsRetrieveResponse Class
Members



XdsRetrieveResponse Class
Class which holds the information passed from a repository to a consumer or other equivalent transactions such as CrossGatewayRetrieve. It is also used in XDS-I for holding the results of an TetrieveImagingDocumentSet transaction.
Syntax
Public Class XdsRetrieveResponse 
   Inherits XdsRegistryResponse
Dim instance As XdsRetrieveResponse
public class XdsRetrieveResponse : XdsRegistryResponse 
public ref class XdsRetrieveResponse : public XdsRegistryResponse 
Remarks
This class can be used by both consumers, to which it is returned from the XdsDomain.RetrieveDocumentSet method, or respositories and gateways, who themselves return an object of this type from their document request events.
Inheritance Hierarchy

System.Object
   XdsObjects.XdsRegistryResponse
      XdsObjects.XdsRetrieveResponse

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