06-12-2022
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user