XdsObjects Help file
XdsObjects Namespace / XdsRetrieveResponse Class / Combine Method
The source to copy from



Combine Method (XdsRetrieveResponse)
Combine the documents and errors or two responses. This is intended for use by XCA initiating gateways, which may need to combine responses from more than one responding gateway. The values from the RemoteResponse obejct are copied into the calling object.
Syntax
Public Sub Combine( _
   ByVal RemoteResponse As XdsRetrieveResponse _
) 
Dim instance As XdsRetrieveResponse
Dim RemoteResponse As XdsRetrieveResponse
 
instance.Combine(RemoteResponse)
public void Combine( 
   XdsRetrieveResponse RemoteResponse
)
public:
void Combine( 
   XdsRetrieveResponse^ RemoteResponse
) 

Parameters

RemoteResponse
The source to copy from
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