TeamFoundationServicingService.GetServicingJobStats Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServicingJobStats ( _
requestContext As TeamFoundationRequestContext, _
startTime As DateTime, _
endTime As DateTime, _
operationClass As String _
) As ServicingJobStats
public ServicingJobStats GetServicingJobStats(
TeamFoundationRequestContext requestContext,
DateTime startTime,
DateTime endTime,
string operationClass
)
public:
ServicingJobStats^ GetServicingJobStats(
TeamFoundationRequestContext^ requestContext,
DateTime startTime,
DateTime endTime,
String^ operationClass
)
member GetServicingJobStats :
requestContext:TeamFoundationRequestContext *
startTime:DateTime *
endTime:DateTime *
operationClass:string -> ServicingJobStats
public function GetServicingJobStats(
requestContext : TeamFoundationRequestContext,
startTime : DateTime,
endTime : DateTime,
operationClass : String
) : ServicingJobStats
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- startTime
Type: System.DateTime
- endTime
Type: System.DateTime
- operationClass
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobStats
.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.