Cancellation
Leave feedback
On this page
Represents an object for requesting cancellation of an operation.
public class Cancellation
| Name | Description |
|---|---|
| Cancellation() | Initializes a new instance of the Cancellation class. |
| Name | Description |
|---|---|
| IsCancelled { get; } | Gets a value indicating that cancellation has been requested. |
| Name | Description |
|---|---|
| Cancel() | Makes a request for cancellation. |
| CancelAfter(int) | Makes a request for cancellation after the expiration of specified number of milliseconds. |
Learn more
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.