SPRequestUsageEntry.ServiceCallDurationSum property

The time in milliseconds taken for all service calls generated as a result of this request.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ServiceCallDurationSum As Long
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Long

value = instance.ServiceCallDurationSum

instance.ServiceCallDurationSum = value
public long ServiceCallDurationSum { get; set; }

Property value

Type: System.Int64
Returns Int64.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace