Projektdateien hinzufügen.
This commit is contained in:
18
ECM.JobRunner.Windows/WCF/IJobRunner.vb
Normal file
18
ECM.JobRunner.Windows/WCF/IJobRunner.vb
Normal file
@@ -0,0 +1,18 @@
|
||||
Imports System.ServiceModel
|
||||
Imports ECM.JobRunner.Common
|
||||
|
||||
Namespace WCF
|
||||
<ServiceContract(Name:="IEDMIService", [Namespace]:="http://DigitalData.Services.EDMIService")>
|
||||
Public Interface IJobRunner
|
||||
|
||||
<OperationContract>
|
||||
Function GetHeartbeat() As Date
|
||||
|
||||
<OperationContract>
|
||||
Function GetJobHistory() As GetJobHistory.GetJobHistoryResponse
|
||||
|
||||
<OperationContract>
|
||||
Function GetJobConfig() As GetJobConfig.GetJobConfigResponse
|
||||
End Interface
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user