Click or drag to resize

AccountCustomerServiceDeleteJob Method

Deletes the job.

Namespace:  AMCS.Elemos.IntegrationService.Services.AccountCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DeleteJob(
	string authenticationKey,
	int jobId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
jobId
Type: SystemInt32
The job identifier.
Exceptions
ExceptionCondition
FaultExceptionTDetailnew AuthenticationFault { ErrorMessage = Invalid AuthenticationKey, Key = authenticationKey };new FaultCode(InvalidAuthenticationKey)
AuthenticationFault
FaultReason
FaultCodeInvalidAuthenticationKey
FaultException
See Also