Open sandboxFocus

Method SetExecutionTime

SetExecutionTime(double, bool)

Sets the method or activity execution time.

Declaration
public virtual void SetExecutionTime(double executionTime, bool isOvertime)
Parameters
Type Name Description
double executionTime

The execution time, in milliseconds.

bool isOvertime

true if executionTime is over the threshold set in ExecutionTimeThreshold, otherwise false.

Implements