protected abstract SchedulingServiceSPI MakeSchedulingService(
     EPServicesHA epServicesHA,
     TimeSourceService timeSourceService,
     RuntimeExtensionServices runtimeExt,
     RuntimeSettingsService runtimeSettingsService,
     StatementContextResolver statementContextResolver,
     string zoneId);
예제 #2
0
 protected override SchedulingServiceSPI MakeSchedulingService(
     EPServicesHA epServicesHA,
     TimeSourceService timeSourceService,
     RuntimeExtensionServices runtimeExt,
     RuntimeSettingsService runtimeSettingsService,
     StatementContextResolver statementContextResolver,
     string zoneId)
 {
     return new SchedulingServiceImpl(-1, timeSourceService);
 }