EventTracingForWindowsTraceBeforeEvent Method |
Sends the Before Event notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void TraceBeforeEvent(
string ActivityID,
string Name
)
Public Sub TraceBeforeEvent (
ActivityID As String,
Name As String
)
public:
virtual void TraceBeforeEvent(
String^ ActivityID,
String^ Name
) sealed
Parameters
- ActivityID
- Type: SystemString
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
- Type: SystemString
The event handler name. Note: do not change the parameter name, because it appears as it is in the event log record.
Implements
IExecutionTraceTraceBeforeEvent(String, String)
See Also