Click or drag to resize
weroSoft AG, Software
TraceMemoryListenerTraceData Method (TraceEventCache, String, TraceEventType, Int32, Object)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Overwrites the trace method inherited from the base class.

Namespace:  WeroSoft.Triton.Desktop.Helpers
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public override void TraceData(
	TraceEventCache eventCache,
	string source,
	TraceEventType eventType,
	int id,
	Object data
)

Parameters

eventCache
Type: System.DiagnosticsTraceEventCache

[Missing <param name="eventCache"/> documentation for "M:WeroSoft.Triton.Desktop.Helpers.TraceMemoryListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)"]

source
Type: SystemString
Name of the source which has written to the trace.
eventType
Type: System.DiagnosticsTraceEventType
Type of the Trace event.
id
Type: SystemInt32
Identifier of the record.
data
Type: SystemObject
Data to be recorded.
See Also