This class is used to define a join relationship for a Patterns search.


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

Syntax

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

Remarks

See the discussion of joined searches in the TIBCO Patterns Concepts Guide for more information on how to define and use a joined search.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsJoin

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