Define encodings for the PSI prefilter.


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

Syntax

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

Remarks

Objects of this class are used to define the encodings for the PSI prefilter. If you use the PSI prefilter and do not define any encodings a default set of encodings is created. These default encodings are good for most applications but some applications may require encodings be defined explicitly to achieve the desired performance and accuracy.

It is recommended that you contact support for technical assistence before attempting to define encodings.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsPsiEncoding

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