Summer.Batch.Core.DefaultJobKeyGenerator Class Reference

Default implementation of the IJobKeyGenerator<JobParameters> interface. More...

Inheritance diagram for Summer.Batch.Core.DefaultJobKeyGenerator:
Summer.Batch.Core.IJobKeyGenerator< JobParameters >

Public Member Functions

string GenerateKey (JobParameters source)
 Generates the job key to be used based on the JobParameters instance provided. More...
 
- Public Member Functions inherited from Summer.Batch.Core.IJobKeyGenerator< JobParameters >
string GenerateKey (T source)
 Method to generate the unique key used to identify a job instance. More...
 

Detailed Description

Default implementation of the IJobKeyGenerator<JobParameters> interface.

Member Function Documentation

string Summer.Batch.Core.DefaultJobKeyGenerator.GenerateKey ( JobParameters  source)

Generates the job key to be used based on the JobParameters instance provided.

Parameters
source
Returns

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/DefaultJobKeyGenerator.cs