OPCDA.NET Reference Manual
UaTraceEvents Enumeration
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : UaTraceEvents Enumeration

Glossary Item Box

Trace event selection flags.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum UaTraceEvents 
   Inherits System.Enum
C# 
[FlagsAttribute()]
public enum UaTraceEvents : System.Enum 

Members

MemberDescription
All Output all messages.
Error Output error messages.
ExternalSystem Output messages related to a call to an external system.
Information Output informational messages.
None Do not output any messages.
Operation Output basic messages for each operation.
OperationDetail Output detailed messages for each operation.
Security Output messages related to security
Service Output basic messages for service calls.
ServiceDetail Output detailed messages for service calls.
StackTrace Output stack traces.
StartStop Output messages related to application initialization or shutdown
Undefined Undefined. Prevents from being used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OPCDA.NET.UaTraceEvents

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.