add quartz scheduler to jobrunner

This commit is contained in:
Jonathan Jenne
2019-04-17 16:30:53 +02:00
parent 0374016cde
commit f68e5cf19f
8 changed files with 149 additions and 4 deletions

View File

@@ -143,6 +143,15 @@ Namespace My
Return CType(Me("JOB_ADSYNC_ROOT_PATH"),String)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public ReadOnly Property DB_CONNECTIONSTRING() As String
Get
Return CType(Me("DB_CONNECTIONSTRING"),String)
End Get
End Property
End Class
End Namespace

View File

@@ -32,5 +32,8 @@
<Setting Name="JOB_ADSYNC_ROOT_PATH" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DB_CONNECTIONSTRING" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>