SPAllSitesJobDefinition.Execute method
Overload list
Name | Description | |
---|---|---|
![]() |
Execute(Guid) | Execute the job definition based on the given job instance identifier. (Inherited from SPPausableJobDefinition.) |
![]() |
Execute(SPJobState) | Execute the job. (Inherited from SPContentDatabaseJobDefinition.) |
![]() |
Execute(SPContentDatabase, SPJobState) | Iterates through all sites, and calls ProcessSite(SPSite, SPJobState) for each site. (Overrides SPContentDatabaseJobDefinition.Execute(SPContentDatabase, SPJobState).) |
Top