Class DependencyEventArgs
Provides data for dependency related operations.
Inheritance
System.Object
System.EventArgs
DependencyEventArgs
Namespace: Cuemon.Runtime
Assembly: Cuemon.Runtime.dll
Syntax
public class DependencyEventArgs : EventArgs
Constructors
| Improve this DocDependencyEventArgs(DateTime)
Initializes a new instance of the Dependency
Declaration
public DependencyEventArgs(DateTime utcLastModified)
Parameters
Type | Name | Description |
---|---|---|
System. |
utcLastModified |
Fields
| Improve this DocEmpty
Represents an event with no event data.
Declaration
public static readonly DependencyEventArgs Empty
Field Value
Type | Description |
---|---|
Dependency |
Properties
| Improve this DocUtcLastModified
Gets the System.
Declaration
public DateTime UtcLastModified { get; }
Property Value
Type | Description |
---|---|
System. |
The System. |
Remarks
This property is measured in Coordinated Universal Time (UTC) (also known as Greenwich Mean Time).