C# Class DotNetWorkQueue.Transport.SQLite.Basic.Command.SetJobLastKnownEventCommand

Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
SetJobLastKnownEventCommand ( string jobName, DateTimeOffset jobEventTime, DateTimeOffset jobScheduledTime, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : System

Initializes a new instance of the SetJobLastKnownEventCommand class.

Method Details

SetJobLastKnownEventCommand() public méthode

Initializes a new instance of the SetJobLastKnownEventCommand class.
public SetJobLastKnownEventCommand ( string jobName, DateTimeOffset jobEventTime, DateTimeOffset jobScheduledTime, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : System
jobName string Name of the job.
jobEventTime DateTimeOffset The time.
jobScheduledTime DateTimeOffset The job scheduled time.
connection System.Data.SQLite.SQLiteConnection The connection.
transaction System.Data.SQLite.SQLiteTransaction The transaction.
Résultat System