TaskCompletedEventArgs C# Reference Documentation
TaskCompletedEventArgs
Current Version: 9.5.0.72
Provides the args for the OnTaskCompleted event.
Properties
task
public Task task {get; }
The task object that has completed (or aborted/canceled).
top