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