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

Show in webframe

UserToken Property (Metadata)






Gets or sets the user token of a job.
Syntax
public string UserToken {get; set;}
'Declaration
 
Public Property UserToken As String
'Usage
 
Dim instance As Metadata
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 of a job.
Remarks
The user token stores information related to the user that submitted the job (email address, username, user ID, etc.).

For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

Metadata Class
Metadata Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Creating Job Processor Worker Assemblies
Understanding The LEADTOOLS Job Processor Database
GetJobInformation Method

Error processing SSI file