JAMS 6.x Help
IJobStartup Interface
Members 


The IJobStartup interface is optional. It should be implemented by execution methods that need to perform some sort of action when the job is being started. The methods of the IJobStartup interface are called by the JAMSScheduler service when it is starting a job. If a method throws an exception, the job will fail with that exception.
Object Model
IJobStartup Interface
Syntax
'Declaration
 
Public Interface IJobStartup 
'Usage
 
Dim instance As IJobStartup
public interface IJobStartup 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IJobStartup Members
MVPSI.JAMS.Host Namespace

Send Feedback