Rename
This commit is contained in:
@@ -12,7 +12,7 @@ Public Class ADSyncJob
|
|||||||
MyBase.New(LogConfig, MSSQL)
|
MyBase.New(LogConfig, MSSQL)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub Start(Arguments As ADSyncArgs) Implements IJob(Of ADSyncArgs).Start
|
Public Sub Start(Arguments As ADSyncArgs) Implements IJob(Of ADSyncArgs).StartDexAPISQL
|
||||||
Dim oJobName As String = [GetType]().Name
|
Dim oJobName As String = [GetType]().Name
|
||||||
|
|
||||||
Try
|
Try
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Public Class API_DEXSQLJob
|
|||||||
MyBase.New(LogConfig, MSSQL)
|
MyBase.New(LogConfig, MSSQL)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub StartDex_API(Arguments As APISQLArgs) Implements IJob(Of APISQLArgs).Start
|
Public Sub StartDexAPISQL(Arguments As APISQLArgs) Implements IJob(Of APISQLArgs).StartDexAPISQL
|
||||||
Dim oJobName As String = [GetType]().Name
|
Dim oJobName As String = [GetType]().Name
|
||||||
|
|
||||||
Try
|
Try
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Public Class GraphQLJob
|
|||||||
MyBase.New(LogConfig, MSSQL)
|
MyBase.New(LogConfig, MSSQL)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub Start(Args As GraphQLArgs) Implements IJob(Of GraphQLArgs).Start
|
Public Sub Start(Args As GraphQLArgs) Implements IJob(Of GraphQLArgs).StartDexAPISQL
|
||||||
Try
|
Try
|
||||||
Dim oConfigPath As String = Args.QueryConfigPath
|
Dim oConfigPath As String = Args.QueryConfigPath
|
||||||
Dim oConfigManager As New ConfigManager(Of GraphQLConfig)(_LogConfig, oConfigPath)
|
Dim oConfigManager As New ConfigManager(Of GraphQLConfig)(_LogConfig, oConfigPath)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
End Interface
|
End Interface
|
||||||
|
|
||||||
Public Interface IJob(Of T)
|
Public Interface IJob(Of T)
|
||||||
Sub Start(Arguments As T)
|
Sub StartDexAPISQL(Arguments As T)
|
||||||
|
|
||||||
Function ShouldStart(Arguments As T) As Boolean
|
Function ShouldStart(Arguments As T) As Boolean
|
||||||
End Interface
|
End Interface
|
||||||
|
|||||||
Reference in New Issue
Block a user