|
IExecutionTraceTraceCustomEvent Method
|
Sends the notification of a custom event.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxvoid 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