IInterruptionTokenSource class

IInterruptionTokenSource class

Represents the source of IInterruptionToken.

The IInterruptionTokenSource type exposes the following members:

Properties

PropertyDescription
tokenReturns new token binded to this IInterruptionTokenSource.
is_interruption_requestedReturns true if interruption requested, false otherwise.

Methods

MethodDescription
interruptIntialize request for interruption.

See Also