EventTracingForWindowsImplTraceBeforeAutomaticStateTransitionTrigger Method |
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.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void TraceBeforeAutomaticStateTransitionTrigger(
string ActivityID,
string Name
)
Public Sub TraceBeforeAutomaticStateTransitionTrigger (
ActivityID As String,
Name As String
)
public:
void TraceBeforeAutomaticStateTransitionTrigger(
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