EventTracingForWindowsTraceAfterEvent Method

Sends the After Event notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void TraceAfterEvent(
	string ActivityID,
	string Name,
	string Error
)

Parameters

ActivityID  String
The current activity ID. Identifies the execution context. Note: do not change the parameter name, because it appears as it is in the event log record.
Name  String
The event handler name. Note: do not change the parameter name, because it appears as it is in the event log record.
Error  String
The error message, if the operation terminated with an error. Note: do not change the parameter name, because it appears as it is in the event log record.

Implements

IExecutionTraceTraceAfterEvent(String, String, String)

See Also