Create a predicate of type bool.


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

Syntax

Visual Basic (Declaration)
Public Shared Function CreateBoolOperand( _ 
   ByVal b As Boolean _ 
) As NetricsPredicate
C#
public static NetricsPredicate CreateBoolOperand(
   bool b
)
C++
public:
 static NetricsPredicate CreateBoolOperand(
   bool b
)
J#
public static NetricsPredicate CreateBoolOperand(
   bool b
)
JScript
public static  function CreateBoolOperand(
   b : bool
) : NetricsPredicate

See Also