EventTracingForWindows Class
Wrapper class for the EventTracingForWindowsImpl class. This is needed because the classes that inherit from EventSource can't implement interfaces.
The possibility to implement interfaces is added to .NET 4.6.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class EventTracingForWindows : IExecutionTrace
- Inheritance
- Object EventTracingForWindows
- Implements
- IExecutionTrace
TraceAfterAutomaticStateTransitionTrigger
|
Sends the notification of automatic state transition conditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterEvent
|
Sends the After Event notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterExtensionMethod
|
Sends the After Extension Method notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterPropertyCustomizedAutomaticNumbering
|
Sends the notification of property customized automatic numbering for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterPropertyCustomValueCalculation
|
Sends the notification of property custom value calculation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterPropertyValueValidation
|
Sends the notification of property value validation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterStatePostConditions
|
Sends the notification of state postconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterStatePreConditions
|
Sends the notification of state preconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceAfterStateRunAction
|
Sends the notification of state run action for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforeAutomaticStateTransitionTrigger
|
Sends the notification of automatic state transition conditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforeEvent
|
Sends the Before Event notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforeExtensionMethod
|
Sends the Before Extension Method notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforePropertyCustomizedAutomaticNumbering
|
Sends the notification of property customized automatic numbering for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforePropertyCustomValueCalculation
|
Sends the notification of property custom value calculation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforePropertyValueValidation
|
Sends the notification of property value validation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforeStatePostConditions
|
Sends the notification of state postconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforeStatePreConditions
|
Sends the notification of state preconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceBeforeStateRunAction
|
Sends the notification of state run action for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
TraceCustomEvent
|
Sends the notification of a custom event.
|