Class InterruptMonitor

InterruptMonitor class

Represents all operator about the interrupt.

public class InterruptMonitor : AbstractInterruptMonitor

Constructors

NameDescription
InterruptMonitor()The default constructor.

Properties

NameDescription
override IsInterruptionRequested { get; }Mark the monitor as requesting interruption

Methods

NameDescription
Interrupt()Interrupt the current operator.

See Also