None

InterruptionToken.None property

Represents an empty interruption token. Long-running operations will never be interrupted via Interrupt when using this token.

public static InterruptionToken None { get; }

See Also