Opc.Ua.Core
ValidateResponse(IList,IList) Method



Opc.Ua Namespace > ClientBase Class > ValidateResponse Method : ValidateResponse(IList,IList) Method
The response.
The request.
Validates a response returned by the server.
Syntax
'Declaration
 
Public Overloads Shared Sub ValidateResponse( _
   ByVal response As IList, _
   ByVal request As IList _
) 
'Usage
 
Dim response As IList
Dim request As IList
 
ClientBase.ValidateResponse(response, request)
public static void ValidateResponse( 
   IList response,
   IList request
)
public:
static void ValidateResponse( 
   IList^ response,
   IList^ request
) 

Parameters

response
The response.
request
The request.
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

Reference

ClientBase Class
ClientBase Members
Overload List