Read the ExecutionTimeThreshold
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function ReadExecutionTimeThreshold ( _
    requestContext As TeamFoundationRequestContext, _
    databaseName As String _
) As TimeSpan
public TimeSpan ReadExecutionTimeThreshold(
    TeamFoundationRequestContext requestContext,
    string databaseName
)
public:
TimeSpan ReadExecutionTimeThreshold(
    TeamFoundationRequestContext^ requestContext, 
    String^ databaseName
)
member ReadExecutionTimeThreshold : 
        requestContext:TeamFoundationRequestContext * 
        databaseName:string -> TimeSpan
public function ReadExecutionTimeThreshold(
    requestContext : TeamFoundationRequestContext, 
    databaseName : String
) : TimeSpan
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- databaseName
 Type: System.String
Return Value
Type: System.TimeSpan
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.