 | 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)
Syntaxpublic IList<SiteOrderJobResultEntity> GetJobsInProgress(
string authenticationKey,
int siteOrderId
)
Public Function GetJobsInProgress (
authenticationKey As String,
siteOrderId As Integer
) As IList(Of SiteOrderJobResultEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - siteOrderId
- Type: SystemInt32
The site order identifier.
Return Value
Type:
IListSiteOrderJobResultEntity
Exceptions
See Also