Retrieves all jobs from the Job Processor for the specified client (user).
request
A Leadtools.Services.JobProcessor.DataContracts.GetClientJobsRequest class containing the client (user) information.
A Leadtools.Services.JobProcessor.DataContracts.GetClientJobsResponse class containing all jobs for the specified user.
Use this method to retrieve all jobs for a given user. This method will return all jobs with a matching value in the cUserToken column. The Leadtools.Services.JobProcessor.DataContracts.GetClientJobsResponse class will contain an array of all job IDs matching the specified user token. If no matching jobs are found, a zero length array is returned.