Exemplo n.º 1
0
 public FunctionBase(FluentSchedulerJob fluentSchedulerJob, int setupJobFunctionId)
 {
     _parameters = StaticResources.GetParametersForForSetupJobFunction(CallingJob.EventJobId, setupJobFunctionId);
     Context     = string.Format("Event {0}, Job {0}({1}), {2}",
                                 CallingJob.EventJobId, CallingJob.JobName, CallingJob.SetupJobId, GetType().Name);
 }