ThrowIfInterruptionRequested

InterruptionToken.ThrowIfInterruptionRequested method

Throws an OperationCanceledException if interruption was requested.

public void ThrowIfInterruptionRequested()

Exceptions

exceptioncondition
OperationCanceledExceptionThrown when interruption was requested.

See Also