Revert to not using a cutoff.


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

Syntax

Visual Basic (Declaration)
Public Sub useNoCutoff()
C#
public void useNoCutoff()
C++
public:
 void useNoCutoff() sealed 
J#
public void useNoCutoff()
JScript
public  function useNoCutoff()

Remarks

This method is used to specify that no cutoff should be used. Although this happens by default, the useNoCutoff method can be useful after a call to one of the above methods.

See Also