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
Syntaxpublic void ClearEventTables(
params string[] tableNames
)
Public Sub ClearEventTables (
ParamArray tableNames As String()
)
public:
void ClearEventTables(
... array<String^>^ tableNames
)
member ClearEventTables :
tableNames : string[] -> unit
Parameters
- tableNames
- Type: SystemString
Remarks
If the specified tables have dependent tables, they will be cleared too.
See Also