Table of Contents

Namespace Cuemon.Runtime

Assembly: Cuemon.Core.dll

The Cuemon.Runtime namespace provides base types for background tasks, timed operations, and resource management across the Cuemon framework. Use BackgroundTask for long-running operations, or Timer for interval-based execution. The types in this namespace support caching, data synchronization, and networking components throughout the rest of the framework.

Availability: .NET 10, .NET 9 and .NET Standard 2.0

Complements: System.Runtime namespace 🔗

Classes

Dependency

Represents the base class from which all implementations of dependency relationship to an object should derive.

DependencyEventArgs

Provides data for dependency related operations.

FileDependency

Provides a way to monitor any changes occurred to one or more files while notifying subscribing objects.

FileWatcher

Provides a watcher implementation designed to monitor and signal changes applied to a file by raising the Changed event.

Watcher

Represents the base class from which all implementations of resource monitoring should derive.

WatcherEventArgs

Provides data for watcher related operations.

WatcherOptions

Configuration options for IWatcher.

Interfaces

IDependency

Specifies that this object supports a method to control dependency related operations.

IWatcher

Specifies that this object supports a way to monitor a resource.