Summer.Batch.Core.IJobKeyGenerator< in in T > Interface Template Reference

Strategy interface for the generation of the key used in identifying unique JobInstance . More...

Public Member Functions

string GenerateKey (T source)
 Method to generate the unique key used to identify a job instance. More...
 

Detailed Description

Strategy interface for the generation of the key used in identifying unique JobInstance .

Template Parameters
T 

Member Function Documentation

string Summer.Batch.Core.IJobKeyGenerator< in in T >.GenerateKey ( source)

Method to generate the unique key used to identify a job instance.

Parameters
sourceSource information used to generate the key
Returns
a unique string identifying the job based on the information

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