The ProfilerFilterDisabled filter effectively disables all logging within a profiler session.

Namespace: HuagatiEFProfiler.Filters
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public class ProfilerFilterDisabled : ProfilerFilter
Visual Basic
Public Class ProfilerFilterDisabled _
	Inherits ProfilerFilter
Visual C++
public ref class ProfilerFilterDisabled : public ProfilerFilter

Inheritance Hierarchy

System..::..Object
  HuagatiEFProfiler.Filters..::..ProfilerFilter
    HuagatiEFProfiler.Filters..::..ProfilerFilterDisabled

See Also