Return the Do Max Work setting, false if never set.


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

Syntax

Visual Basic (Declaration)
Public Function getDoMaxWork() As Boolean _
    Implements INetricsRecFile.getDoMaxWork
C#
public bool getDoMaxWork()
C++
public:
 bool getDoMaxWork() sealed 
J#
public bool getDoMaxWork()
JScript
public  function getDoMaxWork() : bool

Implements

INetricsRecFile.getDoMaxWork

See Also