Interface IInterruptMonitor

Interface IInterruptMonitor

Nome do espaço: Aspose.Imaging.Multithreading Assembleia: Aspose.Imaging.dll (25.4.0)

Informações sobre a interrupção.

public interface IInterruptMonitor

Properties

IsInterrupted

Recebe o valor indicando se as operações devem ser interrompidas.

bool IsInterrupted { get; }

Valor da propriedade

bool

Methods

Interrupt()

Envie uma solicitação para interromper as operações.

void Interrupt()
 Português