IExecutionTraceTraceAfterAutomaticStateTransitionTrigger 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
Syntaxvoid TraceAfterAutomaticStateTransitionTrigger(
string ActivityID,
string Name,
string Error
)
Sub TraceAfterAutomaticStateTransitionTrigger (
ActivityID As String,
Name As String,
Error As String
)
void TraceAfterAutomaticStateTransitionTrigger(
String^ ActivityID,
String^ Name,
String^ Error
)
Parameters
- ActivityID
- Type: SystemString
The current activity ID. Identifies the execution context. - Name
- Type: SystemString
The handler method name. - Error
- Type: SystemString
The error message, if the operation terminated with an error. Note: do not change the parameter name, because it appears as it is in the event log record.
See Also