EasyUA Reference
GetResult Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ClientBase Class : GetResult Method

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

Glossary Item Box

Converts a service response to a ServiceResult object.

Syntax

Visual Basic (Usage)Copy Code
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.