Opc.Ua.Core
SetTraceOutput Method



Opc.Ua Namespace > Utils Class : SetTraceOutput Method
Sets the output for tracing (thread safe).
Syntax
'Declaration
 
Public Shared Sub SetTraceOutput( _
   ByVal output As Utils.TraceOutput _
) 
'Usage
 
Dim output As Utils.TraceOutput
 
Utils.SetTraceOutput(output)
public static void SetTraceOutput( 
   Utils.TraceOutput output
)
public:
static void SetTraceOutput( 
   Utils.TraceOutput output
) 

Parameters

output
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

Utils Class
Utils Members