Set the Do Max Work flag to the given value.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setDoMaxWork( _ ByVal doMaxWork As Boolean _ ) _ Implements INetricsRecFile.setDoMaxWork |
C# |
---|
public void setDoMaxWork( bool doMaxWork ) |
C++ |
---|
public: void setDoMaxWork( bool doMaxWork ) sealed |
J# |
---|
public void setDoMaxWork( bool doMaxWork ) |
JScript |
---|
public
function setDoMaxWork( doMaxWork : bool ) |