06-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-06 14:08:20 +01:00
parent c867e4e3a6
commit 248be23804
47 changed files with 1521 additions and 355 deletions

View File

@@ -1,5 +1,8 @@
Imports System.ServiceModel
Imports ECM.JobRunner.Common
Imports ECM.JobRunner.Windows.UpdateJob
Imports ECM.JobRunner.Windows.GetJobStatus
Imports ECM.JobRunner.Windows.GetJobConfig
Namespace WCF
<ServiceContract(Name:="IEDMIService", [Namespace]:="http://DigitalData.Services.EDMIService")>
@@ -9,10 +12,13 @@ Namespace WCF
Function GetHeartbeat() As Date
<OperationContract>
Function GetJobHistory() As GetJobHistory.GetJobHistoryResponse
Function GetJobStatus() As GetJobStatusResponse
<OperationContract>
Function GetJobConfig() As GetJobConfig.GetJobConfigResponse
Function UpdateJob(pData As UpdateJobRequest) As UpdateJobResponse
<OperationContract>
Function GetJobConfig() As GetJobConfigResponse
End Interface
End Namespace