Holds additional data about a query needed for FirstValid score combiner.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Class ConfidenceQlt
C#
public class ConfidenceQlt
C++
ref class ConfidenceQlt
J#
public class ConfidenceQlt
JScript
public class ConfidenceQlt

Remarks

This class is used in conjunction with the NetricsQuery.FirstValid score combiner. It holds the additional data about each querylet that the FirstValid combiner needs. It also validates the data.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.ConfidenceQlt

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also