WorkUnitEventArgs Class

Provides data for the WorkManager<T> events.
Public Class WorkUnitEventArgs 
Inherits EventArgs
This language is not supported or no code example is available.
public class WorkUnitEventArgs : EventArgs
This language is not supported or no code example is available.
Name Description
Public constructor WorkUnitEventArgs(WorkUnit) Standard constructor.
Top
Name Description
Public property WorkUnit Gets the work unit.
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition