UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

AssemblyTraceEvent..::..TraceVerbose Method

Traces [TraceEventType.Verbose] type message

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public static void TraceVerbose(
	int id,
	string source,
	string message
)
Public Shared Sub TraceVerbose ( _
	id As Integer, _
	source As String, _
	message As String _
)
public:
static void TraceVerbose(
	int^ id, 
	String^ source, 
	String^ message
)

Parameters

id
Type: Int32
user identifier for the message
source
Type: String
source of message
message
Type: String
message that we want to trace