Class DependencyEventArgs
- Namespace
- Cuemon.Runtime
- Assembly
- Cuemon.Core.dll
Provides data for dependency related operations.
public class DependencyEventArgs : EventArgs
- Inheritance
-
DependencyEventArgs
Constructors
DependencyEventArgs(DateTime)
Initializes a new instance of the DependencyEventArgs class.
public DependencyEventArgs(DateTime utcLastModified)
Parameters
utcLastModified
DateTime
Fields
Empty
Represents an event with no event data.
public static readonly DependencyEventArgs Empty
Field Value
Properties
UtcLastModified
Gets the DateTime value from when a Dependency was last changed, or a MinValue if an empty event.
public DateTime UtcLastModified { get; }
Property Value
- DateTime
The DateTime value from when a Dependency was last changed, or a MinValue if an empty event.
Remarks
This property is measured in Coordinated Universal Time (UTC) (also known as Greenwich Mean Time).