This function returns the JobStatistics object that contains statistical information about each stage. The
object includes information about the number of vertices failed, succeeded, data read, etc.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
Visual Basic |
---|
Public Delegate Function GetJobStatistics ( _
jobId As String _
) As JobStatistics |
Visual C++ |
---|
public delegate JobStatistics^ GetJobStatistics(
String^ jobId
) |
Parameters
- jobId
- Type: String
ID of the job for which the job statistics is required
Return Value
JobStatistics object
See Also