HeapProfilerClient.StopTrackingHeapObjectsAsync Method |
Version 97.1.60
StopTrackingHeapObjects
Namespace:
CefSharp.DevTools.HeapProfiler
Assembly:
CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.0)
Syntaxpublic Task<DevToolsMethodResponse> StopTrackingHeapObjectsAsync(
bool? reportProgress = null,
bool? treatGlobalObjectsAsRoots = null,
bool? captureNumericValue = null
)
public:
Task<DevToolsMethodResponse^>^ StopTrackingHeapObjectsAsync(
Nullable<bool> reportProgress = nullptr,
Nullable<bool> treatGlobalObjectsAsRoots = nullptr,
Nullable<bool> captureNumericValue = nullptr
)
Parameters
- reportProgress (Optional)
- Type: System.Nullable<Boolean>
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being takenwhen the tracking is stopped. - treatGlobalObjectsAsRoots (Optional)
- Type: System.Nullable<Boolean>
treatGlobalObjectsAsRoots - captureNumericValue (Optional)
- Type: System.Nullable<Boolean>
If true, numerical values are included in the snapshot
Return Value
Type:
Task<DevToolsMethodResponse>returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also