WorkCanceledEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class contains the event args when WorkCanceled is invoked.
[System.Runtime.Serialization.DataContract]
public class WorkCanceledEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type WorkCanceledEventArgs = class
inherit EventArgs
Public Class WorkCanceledEventArgs
Inherits EventArgs
- Inheritance
-
WorkCanceledEventArgs
- Attributes
Constructors
WorkCanceledEventArgs(Guid) |
Initializes a new instance of the WorkCanceledEventArgs class. |
Properties
Id |
Gets the work id, which matches the work id returned from RegisterWorkAsync(String, String, ProgressReporterOptions, CancellationToken). |