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.
Include Protected Members
Include Inherited Members
Used to track state for each iteration through processing work items.
The WorkItemTimerJobState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WorkItemTimerJobState() | Initializes a new instance of a WorkItemTimerJobState object. |
![]() |
WorkItemTimerJobState(Boolean) | Initializes a new instance of a WorkItemTimerJobState object |
![]() |
WorkItemTimerJobState(Boolean, Boolean) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Site | Gets or sets the site collection for the current work item. |
![]() |
User | Gets or sets the user for the current work item. |
![]() |
Web | Gets or sets the site for the current work item. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose() | Cleans up resources held by the work item state. |
![]() |
Dispose(Boolean) | Cleans up resources held by the work item state. |
![]() |
Finalize | Finalizes the timer job. (Overrides Object.Finalize().) |
![]() |
OnSiteChanged | Called after changing the site for the next work item. |
![]() |
OnSiteChanging | Called prior to changing the SPSite for the next work item. |
![]() |
OnWebChanged | Called after changing the web for the next work item. |
![]() |
OnWebChanging | Called prior to changing the web for the next work item. |
Top