Class AbstractInterruptMonitor

AbstractInterruptMonitor class

Monitor for interruption requests in all time-consuming operations.

public abstract class AbstractInterruptMonitor

Properties

NameDescription
abstract IsInterruptionRequested { get; }Indicates whether interruption is requested for current operation. If true then current operation will be interrupted.

See Also