C# 클래스 DotNetWorkQueue.Transport.SqlServer.Basic.Command.SetJobLastKnownEventCommand

파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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