C# Class Pomona.Scheduler.JobStoreExtensions

Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
Create ( this jobStore, string url, System.DateTime scheduledOn, string method = null ) : IJob

Method Details

Create() public static method

public static Create ( this jobStore, string url, System.DateTime scheduledOn, string method = null ) : IJob
jobStore this
url string
scheduledOn System.DateTime
method string
return IJob