Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the timer job process for a specified SPList object.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Sub OnProcessedList ( _
strWebId As String, _
list As SPList, _
strListTitle As String, _
strListName As String _
)
'Usage
Dim strWebId As String
Dim list As SPList
Dim strListTitle As String
Dim strListName As String
Me.OnProcessedList(strWebId, list, _
strListTitle, strListName)
protected override void OnProcessedList(
string strWebId,
SPList list,
string strListTitle,
string strListName
)
Parameters
- strWebId
Type: System.String
A Web ID.
- list
Type: Microsoft.SharePoint.SPList
A SPList object.
- strListTitle
Type: System.String
The title of the list.
- strListName
Type: System.String
The name of the list.