![]() | Cancelation Class |
This class represents a possible cancelation of a running task.
Using the method Cancel, the running task can be cancelled. And with the property IsCanceled can be checked whether the task was canceled.
Namespace: Mastersign.Bench
The Cancelation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancelation | Initializes a new instance of the Cancelation class |
Name | Description | |
---|---|---|
![]() | IsCanceled |
Checks whether the related task is cancelled or not.
|
Name | Description | |
---|---|---|
![]() | Cancel |
Requests the cancelation of the related task.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |