M-Files Vault Application Framework
C#
Show/Hide TOC
Event
Tracing
For
Windows
Trace
Before
Extension
Method Method
Sends the Before Extension Method 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#
Copy
public
void
TraceBeforeExtensionMethod
(
string
ActivityID
,
string
Name
)
Parameters
ActivityID
String
The current activity ID. Identifies the execution context.
Name
String
The extension method name.
Implements
IExecutionTrace
TraceBeforeExtensionMethod(String, String)
See Also
Reference
EventTracingForWindows Class
MFiles.VAF Namespace
In This Article
Definition
Parameters
Implements
See Also