Table of Contents

Interface IInterruptMonitor

Namespace
Aspose.Imaging.Multithreading
Assembly
Aspose.Imaging.dll

Represents information about interruption.

public interface IInterruptMonitor

Properties

IsInterrupted

Gets the value indicating whether operations should be interrupted.

bool IsInterrupted { get; }

Property Value

bool

Methods

Interrupt()

Sends a request to interrupt operations.

void Interrupt()