XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class / Combine Method
A second XdsQueryResponse object from which the results are copied into the primary calling object's collections



Combine Method (XdsQueryResponse)
Combine query responses
Syntax
Public Sub Combine( _
   ByVal RemoteResponse As XdsQueryResponse _
) 
Dim instance As XdsQueryResponse
Dim RemoteResponse As XdsQueryResponse
 
instance.Combine(RemoteResponse)
public void Combine( 
   XdsQueryResponse RemoteResponse
)
public:
void Combine( 
   XdsQueryResponse^ RemoteResponse
) 

Parameters

RemoteResponse
A second XdsQueryResponse object from which the results are copied into the primary calling object's collections
Remarks
This method is used by an initiating gateway to combine the responses from multiple responding dateways, including combining the Status, which will be set to PartialSuccess if one of the results is a Success and the other a failure, or if either is PartialSuccess.
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