Set the search predicate for a given search.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetSearchPredicate( _ ByVal pred As NetricsPredicate _ ) _ Implements INetricsSearchCfg.SetSearchPredicate |
C# |
---|
public void SetSearchPredicate( NetricsPredicate pred ) |
C++ |
---|
public: void SetSearchPredicate( NetricsPredicate pred ) sealed |
J# |
---|
public void SetSearchPredicate( NetricsPredicate pred ) |
JScript |
---|
public
function SetSearchPredicate( pred : NetricsPredicate ) |
Implements
INetricsSearchCfg.SetSearchPredicate
Remarks
This is the one predicate which must evaluate to true for any record returned by the search. In other words, the Netrics Server will return the "MatchesRequested" best records which evaluated to true for the given predicate.