C# Класс DotNetWorkQueue.Transport.SqlServer.Basic.Command.SetJobLastKnownEventCommand

Показать файл Открыть проект

Открытые методы

Метод Описание
SetJobLastKnownEventCommand ( string jobName, DateTimeOffset jobEventTime, DateTimeOffset jobScheduledTime, SqlConnection connection, SqlTransaction transaction ) : System

Initializes a new instance of the SetJobLastKnownEventCommand class.

Описание методов

SetJobLastKnownEventCommand() публичный Метод

Initializes a new instance of the SetJobLastKnownEventCommand class.
public SetJobLastKnownEventCommand ( string jobName, DateTimeOffset jobEventTime, DateTimeOffset jobScheduledTime, SqlConnection connection, SqlTransaction transaction ) : System
jobName string Name of the job.
jobEventTime DateTimeOffset The time.
jobScheduledTime DateTimeOffset The job scheduled time.
connection System.Data.SqlClient.SqlConnection The connection.
transaction System.Data.SqlClient.SqlTransaction The transaction.
Результат System