Opc.Ua.Core
ValidateDiagnosticInfos Method



Opc.Ua Namespace > ClientBase Class : ValidateDiagnosticInfos Method
The response.
The request.
Validates a response returned by the server.
Syntax
'Declaration
 
Public Shared Sub ValidateDiagnosticInfos( _
   ByVal response As DiagnosticInfoCollection, _
   ByVal request As IList _
) 
'Usage
 
Dim response As DiagnosticInfoCollection
Dim request As IList
 
ClientBase.ValidateDiagnosticInfos(response, request)
public static void ValidateDiagnosticInfos( 
   DiagnosticInfoCollection response,
   IList request
)
public:
static void ValidateDiagnosticInfos( 
   DiagnosticInfoCollection^ 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