|
Job Components
BlueSky Integration Studio gives you the capability to compile your jobs to .NET components! A component is a .dll that you can reference from you own custom .NET applications including VB.NET, C# and ASP.NET. Creating a component is just as easy as creating an executable, you simply click the Build->Component menu option instead. The job will compile the same way, only it will compile to a local .dll component instead of a .exe file on the server. (see Using a Job component in your .NET application)
Properties and Methods
Option |
Description |
Clears the job log file. Specify number of lines to keep and it will not remove the last x lines | |
Clear the parameter file of all parameters and values. | |
Property: returns ReturnStatusTypes enum value. | |
Returns a CRLogEventCollection made up of CRLogEvent objects. | |
Returns a CRJobStatisticsCollection made up of CRJobStatistics objects. | |
Returns a CRJobStatus object | |
Returns a CRParametersCollection made up of CRParameter objects. | |
Resets a job and its associated logs, status file and statistics | |
Runs a job in the current thread and returns when the job has completed. | |
Runs a job in a separate thread. Fires the JobCompleted event when the job is complete. | |
Adds and/or Sets a parameter value. | |
Sends a request to the job to stop execution immediately. |
© 2003 - 2007 Relational Solutions, Inc. - All rights reserved