메소드 | 설명 | |
---|---|---|
GetCalendarId ( string name ) : System.Guid |
Get calendar id mapped to specified name
|
|
GetCalendarName ( System.Guid id ) : string |
Get calendar name mapped to specified id
|
|
GetErroredJobs ( int count ) : IEnumerable |
Get count of most recently failed jobs
|
|
GetExecutedJobs ( int count ) : IEnumerable |
Get count of most recently executed jobs
|
|
GetJobId ( JobKey jobKey ) : System.Guid |
Get JobId mapped to specified job key
|
|
GetJobKey ( System.Guid id ) : JobKey |
Get JobKey mapped to specified id
|
|
GetTriggerId ( TriggerKey triggerKey ) : System.Guid |
Get TriggerId mapped to specified trigger key
|
|
GetTriggerKey ( System.Guid id ) : TriggerKey |
Get TriggerKey mapped to specified id
|
|
InsertAuditLog ( |
Insert AuditLog. Each entry is read-only.
|
|
RemoveCalendarIdMap ( string name ) : void |
Delete Calendar id mapping
|
|
RemoveJobKeyIdMap ( string jobName, string jobGroup ) : void |
Delete jobKey-id map.
|
|
RemoveTriggerKeyIdMap ( string triggerName, string triggerGroup ) : void |
Delete triggerKey - id map.
|
|
SqlServerStore ( string connectionString ) : System | ||
UpsertCalendarIdMap ( string name ) : System.Guid |
Insert calendar name and return a new id. If calendar name already exists, do nothing and return existing id.
|
|
UpsertJobKeyIdMap ( string jobName, string jobGroup, System.Guid jobId = null ) : System.Guid |
Insert JobKey and return new (or provided) id. Return existing id if job key already exists.
|
|
UpsertTriggerKeyIdMap ( string triggerName, string triggerGroup ) : System.Guid |
Insert trigger key and return a new trigger id. If trigger key already exists, do nothing and return existing trigger id.
|
메소드 | 설명 | |
---|---|---|
GetAuditLogs ( string sql ) : IEnumerable |
public GetCalendarId ( string name ) : System.Guid | ||
name | string | |
리턴 | System.Guid |
public GetCalendarName ( System.Guid id ) : string | ||
id | System.Guid | |
리턴 | string |
public GetExecutedJobs ( int count ) : IEnumerable |
||
count | int | |
리턴 | IEnumerable |
public GetTriggerId ( TriggerKey triggerKey ) : System.Guid | ||
triggerKey | TriggerKey | |
리턴 | System.Guid |
public GetTriggerKey ( System.Guid id ) : TriggerKey | ||
id | System.Guid | |
리턴 | TriggerKey |
public InsertAuditLog ( |
||
log | ||
리턴 | void |
public RemoveJobKeyIdMap ( string jobName, string jobGroup ) : void | ||
jobName | string | |
jobGroup | string | |
리턴 | void |
public RemoveTriggerKeyIdMap ( string triggerName, string triggerGroup ) : void | ||
triggerName | string | |
triggerGroup | string | |
리턴 | void |
public SqlServerStore ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |
public UpsertCalendarIdMap ( string name ) : System.Guid | ||
name | string | |
리턴 | System.Guid |
public UpsertJobKeyIdMap ( string jobName, string jobGroup, System.Guid jobId = null ) : System.Guid | ||
jobName | string | |
jobGroup | string | |
jobId | System.Guid | |
리턴 | System.Guid |
public UpsertTriggerKeyIdMap ( string triggerName, string triggerGroup ) : System.Guid | ||
triggerName | string | |
triggerGroup | string | |
리턴 | System.Guid |