IExecutionTraceTraceCustomEvent Method |
Sends the notification of a custom event.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid TraceCustomEvent(
string ActivityID,
string Name
)
Sub TraceCustomEvent (
ActivityID As String,
Name As String
)
void TraceCustomEvent(
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