NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Sub setFailEmptyPred( _ 
   ByVal fail As Boolean _ 
)
C#
void setFailEmptyPred(
   bool fail
)
C++
void setFailEmptyPred(
   bool fail
) abstract 
J#
void setFailEmptyPred(
   bool fail
)
JScript
function setFailEmptyPred(
   fail : bool
)

See Also