CefEndTracingCallbackOnEndTracingComplete Method |
Called after all processes have sent their trace data. |tracing_file| is
the path at which tracing data was written. The client is responsible for
deleting |tracing_file|.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected abstract void OnEndTracingComplete(
string tracingFile
)
Parameters
- tracingFile
- Type: SystemString
See Also