Click or drag to resize

WorkOrderServiceDeleteJobs Method

Deletes the jobs.

Namespace:  AMCS.Elemos.IntegrationService.Services.WorkOrder
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DeleteJobs(
	string authenticationKey,
	JobsToDeleteEntity jobs
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
jobs
Type: AMCS.Elemos.IntegrationService.Entity.JobJobsToDeleteEntity
The jobs.
Exceptions
ExceptionCondition
FaultException new FaultCode(Work Order Service)
FaultReason
FaultCodeWork Order Service
See Also