Click or drag to resize

Job Class

This class represents a single job. A job is the unit being sent to the RelaxIS Remote Node and contains the data to use, information about evaluations to perform, how to store the data and the feedback to provide to the sender. Enter these information into the relevant sub-objects and send the job to the Node using the UploadToFTPServer or UploadByWCF methods.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsJob

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Job

The Job type exposes the following members.

Constructors
 NameDescription
Public methodJob Initializes a new Job object.
Top
Properties
 NameDescription
Public propertyData Contains the files data
Public propertyDatasource The datasource to set for the spectra.
Public propertyEvaluation Contains information about the evaluation to perform on the file
Public propertyFeedback Contains information about how to report the results/report back to the sender
Public propertyMetadata List of secondary parameters like AC Voltage or Temperature
Public propertyOverrideAttributesWithFile If true the given secondary parameters will be overwritten with whatever is extracted from the datafile.
Public propertyReport Contains information about the report to create
Public propertyStorage Contains information about storing the file in the local database
Top
Methods
 NameDescription
Public methodGetGZipArray Serializes the current object to an GZipped array
Public methodGetXMLText Serializes the current object to XML
Public methodUploadByWCF Uploads the report to a specified FTP Server
Public methodUploadToFTPServer Uploads the job to a specified FTP Server
Top
See Also