SPTimerJobUsageEntry.ServiceCallCount property
Gets or sets a value representing the number of service application calls that are generated during the execution of the timer job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServiceCallCount As Short
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Short
value = instance.ServiceCallCount
instance.ServiceCallCount = value
public short ServiceCallCount { get; set; }
Property value
Type: System.Int16
Returns an Int16 value.