IInterruptMonitor

IInterruptMonitor interface

Represents information about interruption.

public interface IInterruptMonitor

Properties

NameDescription
IsInterrupted { get; }Gets the value indicating whether operations should be interrupted.

Methods

NameDescription
Interrupt()Sends a request to interrupt operations.

See Also