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