Show / Hide Table of Contents

    Interface ILogQueue

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public interface ILogQueue

    Properties

    IsEmpty

    Declaration
    bool IsEmpty { get; }
    Property Value
    Type Description
    Boolean

    MaxStoredLogs

    Declaration
    int MaxStoredLogs { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Clear()

    Declaration
    void Clear()

    QueueLog(ILog)

    Declaration
    void QueueLog(ILog log)
    Parameters
    Type Name Description
    ILog log

    TryDequeue(out ILog)

    Declaration
    bool TryDequeue(out ILog log)
    Parameters
    Type Name Description
    ILog log
    Returns
    Type Description
    Boolean

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top