EventTracingForWindowsTraceBeforePropertyCustomValueCalculation Method |
Sends the notification of property custom value calculation 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 TraceBeforePropertyCustomValueCalculation(
string ActivityID,
string Name
)
Public Sub TraceBeforePropertyCustomValueCalculation (
ActivityID As String,
Name As String
)
public:
virtual void TraceBeforePropertyCustomValueCalculation(
String^ ActivityID,
String^ Name
) sealed
Parameters
- ActivityID
- Type: SystemString
The current activity ID. Identifies the execution context. - Name
- Type: SystemString
The handler method name.
Implements
IExecutionTraceTraceBeforePropertyCustomValueCalculation(String, String)
See Also