Opc.Ua.Core
GetResult Method



Opc.Ua Namespace > ClientBase Class : GetResult Method
The status code.
The index.
The diagnostic information.
The response header.
Converts a service response to a ServiceResult object.
Syntax
'Declaration
 
Public Shared Function GetResult( _
   ByVal statusCode As StatusCode, _
   ByVal index As Integer, _
   ByVal diagnosticInfos As DiagnosticInfoCollection, _
   ByVal responseHeader As ResponseHeader _
) As ServiceResult
'Usage
 
Dim statusCode As StatusCode
Dim index As Integer
Dim diagnosticInfos As DiagnosticInfoCollection
Dim responseHeader As ResponseHeader
Dim value As ServiceResult
 
value = ClientBase.GetResult(statusCode, index, diagnosticInfos, responseHeader)

Parameters

statusCode
The status code.
index
The index.
diagnosticInfos
The diagnostic information.
responseHeader
The response header.

Return Value

Converted service response.
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