IDiagnosticManagerService.ClearAllDiagnosticsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove all diagnostics created by the IDiagnosticManagerService.
public:
System::Threading::Tasks::Task ^ ClearAllDiagnosticsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task ClearAllDiagnosticsAsync (System.Threading.CancellationToken cancellationToken);
abstract member ClearAllDiagnosticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ClearAllDiagnosticsAsync (cancellationToken As CancellationToken) As Task
Parameters
- cancellationToken
- CancellationToken
A cancellation token to cancel the in-progress invocation.
Returns
A Task representing the asynchronous operation.