Click or drag to resize

ControllerClearEventTables Method

Clears event table(s) by name.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public void ClearEventTables(
	params string[] tableNames
)

Parameters

tableNames
Type: SystemString
Remarks
If the specified tables have dependent tables, they will be cleared too.
See Also