microsoft-performance-toolkit-sdk icon indicating copy to clipboard operation
microsoft-performance-toolkit-sdk copied to clipboard

Dynamic tables do not have a way to be cancelled

Open mslukebo opened this issue 3 years ago • 0 comments

When a plugin asks the ApplicationEnvironment for a dynamic table builder, the only action it can perform is add the table. If a plugin encounters an error while creating the table, there's no way for the SDK driver to know that the table will never be built. We should provide a method like IDynamicTableBuilder.Cancel() to handle these scenarios

mslukebo avatar Oct 29 '21 16:10 mslukebo