C# Class DotNetWorkQueue.Transport.SQLite.Basic.CreateJobMetaData

Creates metadata needed to add this job to the db.
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string jobName, DateTimeOffset scheduledTime, DateTimeOffset eventTime, string route, IAdditionalMessageData messageData ) : void

Creates metadata needed to add this job to the db.

CreateJobMetaData ( IJobSchedulerMetaData jobSchedulerMetaData ) : System

Initializes a new instance of the CreateJobMetaData class.

Method Details

Create() public méthode

Creates metadata needed to add this job to the db.
public Create ( string jobName, DateTimeOffset scheduledTime, DateTimeOffset eventTime, string route, IAdditionalMessageData messageData ) : void
jobName string Name of the job.
scheduledTime DateTimeOffset The scheduled time.
eventTime DateTimeOffset The event time.
route string The route.
messageData IAdditionalMessageData The message data.
Résultat void

CreateJobMetaData() public méthode

Initializes a new instance of the CreateJobMetaData class.
public CreateJobMetaData ( IJobSchedulerMetaData jobSchedulerMetaData ) : System
jobSchedulerMetaData IJobSchedulerMetaData The job scheduler meta data.
Résultat System