JAMS Developer Guide
GetCompletionsBySeverity Method


MVPSI.JAMS Namespace > Statistics Class : GetCompletionsBySeverity Method
Gets statistics on Job completion by severity.
Syntax
'Declaration
 
Public Shared Function GetCompletionsBySeverity( _
   ByVal startDate As System.Date, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of CompletionWithSeverityStat)
'Usage
 
Dim startDate As System.Date
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of CompletionWithSeverityStat)
 
value = Statistics.GetCompletionsBySeverity(startDate, js)
public static System.Collections.Generic.ICollection<CompletionWithSeverityStat> GetCompletionsBySeverity( 
   System.DateTime startDate,
   Server js
)

Parameters

startDate
js
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Statistics Class
Statistics Members