Interface IInterruptMonitor

IInterruptMonitor interface

Represents information about interruption.

public interface IInterruptMonitor : IDisposable

Properties

NameDescription
CancellationToken { get; }Monitor’s cancellation token used for process interruption. By default each IInterruptMonitor generates its own cancellationSource

Methods

NameDescription
Interrupt()Sends a request to interrupt operations.

See Also