C# 클래스 GSoft.Dynamite.TimerJobs.TimerJobExpert

The timer job expert.
상속: ITimerJobExpert
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
CreateJob ( SPSite site, System.Guid workItemType ) : System.Guid

The create job.

StartJob ( SPSite site, string jobName ) : System.Guid

The start job.

WaitForJob ( SPSite site, System.Guid jobId, System.DateTime startDate ) : void

The wait for job.

메소드 상세

CreateJob() 공개 메소드

The create job.
public CreateJob ( SPSite site, System.Guid workItemType ) : System.Guid
site SPSite /// The site. ///
workItemType System.Guid /// The work item type. ///
리턴 System.Guid

StartJob() 공개 메소드

The start job.
/// If jobName is not found, exception is thrown ///
public StartJob ( SPSite site, string jobName ) : System.Guid
site SPSite /// The site. ///
jobName string /// The job name. ///
리턴 System.Guid

WaitForJob() 공개 메소드

The wait for job.
public WaitForJob ( SPSite site, System.Guid jobId, System.DateTime startDate ) : void
site SPSite /// The site. ///
jobId System.Guid /// The job id. ///
startDate System.DateTime /// The start date. ///
리턴 void