SPRequestUsageEntry.ServiceCallCount property

O número de chamadas de serviço gerado como resultado dessa solicitação.

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

Syntax

'Declaração
Public Property ServiceCallCount As Short
    Get
    Set
'Uso
Dim instance As SPRequestUsageEntry
Dim value As Short

value = instance.ServiceCallCount

instance.ServiceCallCount = value
public short ServiceCallCount { get; set; }

Property value

Type: System.Int16
Retorna Int16.

Ver também

Referência

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace