EventLogWatcher.Enabled プロパティ

定義

このオブジェクトがイベント デリゲートへのイベント配信を開始するかどうかを示す値を取得または設定します。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

プロパティ値

true このオブジェクトがイベント デリゲートにイベントを配信できる場合。 false このオブジェクトが配信を停止した場合。

適用対象

こちらもご覧ください