Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

UserToken Property (AddJobRequest)






Gets or sets the user token.
Syntax
public string UserToken {get; set;}
'Declaration
 
Public Property UserToken As String
'Usage
 
Dim instance As AddJobRequest
Dim value As String
 
instance.UserToken = value
 
value = instance.UserToken

            

            
public:
property String^ UserToken {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the user token. The user token can be used to store any information related to the client that submitted the job. For more information, refer to Understanding The LEADTOOLS Job Processor Database.
Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(Leadtools.Services.JobProcessor.DataContracts.AddJobRequest).
Requirements

Target Platforms

See Also

Reference

AddJobRequest Class
AddJobRequest Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Understanding The LEADTOOLS Job Processor Database
AddJob Method

Error processing SSI file