Interface IDependency
Defines a method to control dependency related operations.
Namespace: Cuemon.Runtime
Assembly: Cuemon.Runtime.dll
Syntax
public interface IDependency
Properties
| Improve this DocHasChanged
Gets a value indicating whether the IDependency object has changed.
Declaration
bool HasChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
UtcLastModified
Gets the time when the dependency was last changed.
Declaration
DateTime UtcLastModified { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The time when the dependency was last changed. |
Remarks
This property is measured in Coordinated Universal Time (UTC) (also known as Greenwich Mean Time).
Methods
| Improve this DocStart()
Starts and performs the necessary dependency tasks of this instance.
Declaration
void Start()
Events
| Improve this DocDependencyChanged
Occurs when a IDependency object has changed.
Declaration
event EventHandler<DependencyEventArgs> DependencyChanged
Event Type
Type | Description |
---|---|
System.EventHandler<DependencyEventArgs> |