Show / Hide Table of Contents

    Class WatcherEventArgs

    Provides data for watcher related operations.

    Inheritance
    System.Object
    System.EventArgs
    WatcherEventArgs
    Namespace: Cuemon.Runtime
    Assembly: Cuemon.Runtime.dll
    Syntax
    public class WatcherEventArgs : EventArgs

    Constructors

    | Improve this Doc

    WatcherEventArgs()

    Initializes a new instance of the WatcherEventArgs class.

    Declaration
    protected WatcherEventArgs()
    | Improve this Doc

    WatcherEventArgs(DateTime)

    Initializes a new instance of the WatcherEventArgs class.

    Declaration
    public WatcherEventArgs(DateTime utcLastModified)
    Parameters
    Type Name Description
    System.DateTime utcLastModified

    The time when a Watcher last detected changes to a resource.

    | Improve this Doc

    WatcherEventArgs(DateTime, TimeSpan)

    Initializes a new instance of the WatcherEventArgs class.

    Declaration
    public WatcherEventArgs(DateTime utcLastModified, TimeSpan delayed)
    Parameters
    Type Name Description
    System.DateTime utcLastModified

    The time when a Watcher last detected changes to a resource.

    System.TimeSpan delayed

    The time a Watcher was intentionally delayed before signaling changes to a resource.

    Fields

    | Improve this Doc

    Empty

    Represents an event with no event data.

    Declaration
    public static readonly WatcherEventArgs Empty
    Field Value
    Type Description
    WatcherEventArgs

    Properties

    | Improve this Doc

    Delayed

    Gets the time a Watcher was intentionally delayed before signaling changes to a resource.

    Declaration
    public TimeSpan Delayed { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc

    UtcLastModified

    Gets the time when a watcher last detected changes to a resource, or a System.DateTime.MinValue if an empty event.

    Declaration
    public DateTime UtcLastModified { get; }
    Property Value
    Type Description
    System.DateTime

    The time when a watcher last detected changes to a resource, or a System.DateTime.MinValue if an empty event.

    Remarks

    This property is measured in Coordinated Universal Time (UTC) (also known as Greenwich Mean Time).

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX