C# Класс SonarLint.VisualStudio.Progress.Controller.CancellationSupportChangedEventArgs

Event arguments for cancellation support changes
Наследование: ProgressEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CancellationSupportChangedEventArgs ( bool cancellable ) : System

Constructs event arguments used to update cancellable state of the controller

Описание методов

CancellationSupportChangedEventArgs() публичный Метод

Constructs event arguments used to update cancellable state of the controller
public CancellationSupportChangedEventArgs ( bool cancellable ) : System
cancellable bool Latest cancellability state
Результат System