SPTimerJobUsageEntry.ServiceCallDurationSum property
Gets or sets a value representing the sum of the duration (in milliseconds) of all of service application calls that are sent generated the execution of the timer job, expressed as milliseconds.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServiceCallDurationSum As Long
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Long
value = instance.ServiceCallDurationSum
instance.ServiceCallDurationSum = value
public long ServiceCallDurationSum { get; set; }
Property value
Type: System.Int64
Returns an Int64 value representing milliseconds.