Interface IInterruptMonitor

Interface IInterruptMonitor

Nazwa przestrzeń: Aspose.Imaging.Multithreading Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Informacje na temat przerw.

public interface IInterruptMonitor

Properties

IsInterrupted

Otrzymuje wartość wskazującą, czy operacje powinny zostać przerwane.

bool IsInterrupted { get; }

Wartość nieruchomości

bool

Methods

Interrupt()

Wyślij wniosek o przerwanie operacji.

void Interrupt()
 Polski