SPTimerJobUsageEntry.RequestCount Property

Gets or sets the number of SPRequest objects (Microsoft.SharePoint.Library.SPRequest) associated with the timer job.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property RequestCount As Integer
    Get
    Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Integer

value = instance.RequestCount

instance.RequestCount = value
public int RequestCount { get; set; }

Property Value

Type: System.Int32
Returns an Int32 value.

See Also

Reference

SPTimerJobUsageEntry Class

SPTimerJobUsageEntry Members

Microsoft.SharePoint.Administration Namespace