Delegate for the FilteredOut event that is fired if a profiler log entry is excluded from the log by a filter.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public delegate void FilteredOutDelegate(
	QueryInformation query
)
Visual Basic
Public Delegate Sub FilteredOutDelegate ( _
	query As QueryInformation _
)
Visual C++
public delegate void FilteredOutDelegate(
	QueryInformation^ query
)

Parameters

query
Type: Huagati.LLBLGen.Profiler..::..QueryInformation
The query that was excluded from serialization.

See Also