OPCHDA.NET-UA
TraceEvents Property
See Also  Send Feedback
OpcHDaNetUaOption.Net4 Assembly > hdaUAwrapper Namespace > HDAServer Class : TraceEvents Property

Glossary Item Box

Trace Event selection. This is a bit mask of the following flags:
0x0: None
0x1: Output error messages
0x2: Output informational messages
0x4: Output stack traces
0x8: Output basic messages for service calls
0x10: Output detailed messages for service calls
0x20: Output basic messages for each operation
0x40: Output detailed messages for each operation
0x80: Output messages related to application initialization or shutdown
0x100: Output messages related to a call to an external system
0x200: Output messages related to security

Syntax

Visual Basic (Declaration) 
Public Property TraceEvents As Integer
C# 
public int TraceEvents {get; set;}

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.