public class CancellationTokenSource extends Object
| Constructor and Description |
|---|
CancellationTokenSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
doInterrupt(Thread thread) |
boolean |
isCancellationRequested() |
void |
throwIfCancellationRequested() |
public boolean isCancellationRequested()
public void cancel()
public void throwIfCancellationRequested()
public void doInterrupt(Thread thread)
Copyright © 2025 Aspose. All Rights Reserved.