Click or drag to resize

AccountCustomerServiceGetJobsInProgress Method

Gets the jobs in progress.

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 IList<SiteOrderJobResultEntity> GetJobsInProgress(
	string authenticationKey,
	int siteOrderId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
siteOrderId
Type: SystemInt32
The site order identifier.

Return Value

Type: IListSiteOrderJobResultEntity
Exceptions
ExceptionCondition
FaultExceptionTDetailnew AuthenticationFault { ErrorMessage = Invalid AuthenticationKey, Key = authenticationKey };new FaultCode(InvalidAuthenticationKey)
AuthenticationFault
FaultReason
FaultCodeInvalidAuthenticationKey
FaultException
See Also