EasyUA Reference
ServerError Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IServerBase Interface : ServerError Property

Glossary Item Box

An error condition that describes why the server if not running (null if no error exists).

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IServerBase
Dim value As ServiceResult
 
value = instance.ServerError
C# 
ServiceResult ServerError {get;}

Property Value

The object that combines the status code and diagnostic info structures.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.