CK-Text CK-Text
    Show / Hide Table of Contents

    Class ActivityMonitorBridgeTarget

    This class used with ActivityMonitorBridge, enables IActivityMonitor to relay logs. Each activity monitor exposes such a bridge target on its output thanks to BridgeTarget.

    Inheritance
    Object
    ActivityMonitorBridgeTarget
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: CK.Core
    Assembly: CK.ActivityMonitor.dll
    Syntax
    public sealed class ActivityMonitorBridgeTarget

    Constructors

    | Improve this Doc View Source

    ActivityMonitorBridgeTarget(IActivityMonitorImpl, Boolean)

    Initializes a new ActivityMonitorBridgeTarget bound to a IActivityMonitor.

    Declaration
    public ActivityMonitorBridgeTarget(IActivityMonitorImpl targetMonitor, bool honorMonitorFilter = true)
    Parameters
    Type Name Description
    IActivityMonitorImpl targetMonitor

    Monitor that will receive the logs.

    Boolean honorMonitorFilter

    False to ignore the actual filter ActualFilter value: logs coming from the bridge (ie. the remote Application Domain) will always be added to this target monitor.

    Properties

    | Improve this Doc View Source

    HonorMonitorFilter

    Gets or sets whether the ActualFilter of the target monitor should be honored or not. Defaults to true.

    Declaration
    public bool HonorMonitorFilter { get; set; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2017 Invenietis
    Generated by DocFX