Opc.Ua.Core
ValidateResponse(ResponseHeader) Method



Opc.Ua Namespace > ClientBase Class > ValidateResponse Method : ValidateResponse(ResponseHeader) Method
The header.
Throws an exception if a response contains an error.
Syntax
'Declaration
 
Protected Overloads Shared Sub ValidateResponse( _
   ByVal header As ResponseHeader _
) 
'Usage
 
Dim header As ResponseHeader
 
ClientBase.ValidateResponse(header)
protected static void ValidateResponse( 
   ResponseHeader header
)
protected:
static void ValidateResponse( 
   ResponseHeader^ header
) 

Parameters

header
The header.
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